Skip to content

Commit a339482

Browse files
authored
[maintenance] add gradle deps to dependabot tracking (#8924)
Fixes: #8922. --- Review the contribution guidelines below: <details> <summary>Contribution guidelines:</summary><br> - See our [contributor guide](../CONTRIBUTING.md) and the [Flutter organization contributor guide]([https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md) for general expectations for PRs. - Larger or significant changes should be discussed in an issue before creating a PR. - Dart contributions to our repos should follow the [Dart style guide](https://dart.dev/guides/language/effective-dart) and use `dart format`. - Java and Kotlin contributions should strive to follow Java and Kotlin best practices ([discussion](#8098)). </details>
1 parent 44c3709 commit a339482

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,10 @@ updates:
1111
ignore:
1212
- dependency-name: "*"
1313
update-types: ["version-update:semver-patch"]
14+
15+
- package-ecosystem: "gradle"
16+
directory: "/"
17+
schedule:
18+
interval: "weekly"
19+
labels:
20+
- "autosubmit"

0 commit comments

Comments
 (0)