diff --git a/.github/workflows/repo.push-flutter.yml b/.github/workflows/repo.push-flutter.yml index 88c32726..898c8408 100644 --- a/.github/workflows/repo.push-flutter.yml +++ b/.github/workflows/repo.push-flutter.yml @@ -23,23 +23,23 @@ jobs: flutter-analyze: uses: vareversat/github-actions/.github/workflows/flutter.analyze.yml@v1.9.0 with: - flutter_version: '3.44.4' + flutter_version: '3.44.6' secrets: inherit flutter-format: uses: vareversat/github-actions/.github/workflows/flutter.format.yml@v1.9.0 with: - flutter_version: '3.44.4' + flutter_version: '3.44.6' secrets: inherit flutter-test: uses: vareversat/github-actions/.github/workflows/flutter.test.yml@v1.9.0 with: - flutter_version: '3.44.4' + flutter_version: '3.44.6' secrets: inherit flutter-build: uses: vareversat/github-actions/.github/workflows/flutter.build.yml@v1.9.0 needs: [ release-info ] with: - flutter_version: '3.44.4' + flutter_version: '3.44.6' java_version: '17.x' flutter_flavor: 'prod' build_android_aab: 'true' diff --git a/.github/workflows/repo.tag.yml b/.github/workflows/repo.tag.yml index 6a4dfdfc..89d832ca 100644 --- a/.github/workflows/repo.tag.yml +++ b/.github/workflows/repo.tag.yml @@ -19,7 +19,7 @@ jobs: uses: vareversat/github-actions/.github/workflows/flutter.build.yml@v1.9.0 needs: [ release-info ] with: - flutter_version: '3.44.4' + flutter_version: '3.44.6' flutter_flavor: 'prod' java_version: '17.x' build_android_aab: 'true' diff --git a/pubspec.lock b/pubspec.lock index e43269b2..b8b4c0e7 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1220,4 +1220,4 @@ packages: version: "3.1.3" sdks: dart: ">=3.12.0 <4.0.0" - flutter: ">=3.44.4" + flutter: ">=3.44.6" diff --git a/pubspec.yaml b/pubspec.yaml index c918b395..7843e9ff 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,7 +7,7 @@ version: 0.0.0+dev environment: sdk: '>=3.0.0 <4.0.0' - flutter: '3.44.4' + flutter: '3.44.6' dependencies: animated_toggle_switch: ^0.8.0 diff --git a/renovate.json b/renovate.json index d0b1bcb6..720ac294 100644 --- a/renovate.json +++ b/renovate.json @@ -29,5 +29,16 @@ "assigneesFromCodeOwners": true, "commitMessageTopic": "{{depName}}" } + ], + "customManagers": [ + { + "customType": "regex", + "fileFormat": "yaml", + "matchStringsStrategy": "any", + "matchStrings": [ + "(?.*)_version:\\s*['\"]?(?[\\w.\\-]*)['\"]?" + ], + "datasourceTemplate": "github-actions" + } ] }