Skip to content

Commit 570dca7

Browse files
authored
Merge pull request #222 from mkurz/update_dependabot
Dependabot should also check 2.0.x branch workflows
2 parents d6249cb + 50d29ba commit 570dca7

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,13 @@ updates:
33
- package-ecosystem: "maven"
44
directory: "/"
55
schedule:
6-
interval: "monthly"
6+
interval: "weekly"
77
- package-ecosystem: "github-actions"
88
directory: "/"
99
schedule:
10-
interval: "monthly"
10+
interval: "weekly"
11+
- package-ecosystem: "github-actions"
12+
directory: "/"
13+
schedule:
14+
interval: "weekly"
15+
target-branch: "2.0.x"

0 commit comments

Comments
 (0)