Skip to content

Commit 757f935

Browse files
authored
Check dependencies monthly (#114)
Weekly dependency changes are more frequent than necessary for this plugin. Use the dependabot definition from the plugin archetype.
1 parent 3ef3c92 commit 757f935

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

.github/dependabot.yml

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
1+
# Per https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates
12
version: 2
23
updates:
3-
- package-ecosystem: maven
4-
directory: /
5-
schedule:
6-
interval: weekly
7-
- package-ecosystem: github-actions
8-
directory: /
9-
schedule:
10-
interval: weekly
4+
5+
# Maintain dependencies for maven
6+
- package-ecosystem: "maven"
7+
directory: "/"
8+
schedule:
9+
interval: "monthly"
10+
labels:
11+
- "dependencies"
12+
13+
# Maintain dependencies for GitHub actions
14+
- package-ecosystem: "github-actions"
15+
directory: "/"
16+
schedule:
17+
interval: "monthly"
18+
labels:
19+
- "skip-changelog"

0 commit comments

Comments
 (0)