Skip to content

Commit

Permalink
Check dependencies monthly (#114)
Browse files Browse the repository at this point in the history
Weekly dependency changes are more frequent than necessary for this
plugin.

Use the dependabot definition from the plugin archetype.
  • Loading branch information
MarkEWaite authored Dec 14, 2024
1 parent 3ef3c92 commit 757f935
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
# Per https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: maven
directory: /
schedule:
interval: weekly
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly

# Maintain dependencies for maven
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "monthly"
labels:
- "dependencies"

# Maintain dependencies for GitHub actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
labels:
- "skip-changelog"

0 comments on commit 757f935

Please sign in to comment.