We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 948c6a0 commit dfaef98Copy full SHA for dfaef98
1 file changed
.github/dependabot.yml
@@ -0,0 +1,23 @@
1
+# See Dependabot documentation for all configuration options:
2
+# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
3
+
4
+version: 2
5
+updates:
6
+ - package-ecosystem: "github-actions"
7
+ directory: "/"
8
+ schedule:
9
+ interval: "weekly"
10
+ labels:
11
+ - "autosubmit"
12
+ # Updating patch versions for "github-actions" is too chatty.
13
+ # See https://github.com/flutter/flutter/issues/158350.
14
+ ignore:
15
+ - dependency-name: "*"
16
+ update-types: ["version-update:semver-patch"]
17
18
+ - package-ecosystem: "gradle"
19
+ directory: "/third_party"
20
21
22
23
0 commit comments