Skip to content

Commit dfaef98

Browse files
committed
[maintenance] add dependabot config
1 parent 948c6a0 commit dfaef98

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
schedule:
21+
interval: "weekly"
22+
labels:
23+
- "autosubmit"

0 commit comments

Comments
 (0)