Skip to content

Commit

Permalink
Match dependabot definition to GitHub docs (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Jul 6, 2023
1 parent ce46a12 commit fd630fe
Showing 1 changed file with 21 additions and 16 deletions.
37 changes: 21 additions & 16 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
# Per https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "monthly"
reviewers:
- MarkEWaite
labels:
- skip-changelog
- package-ecosystem: "github-actions"
directory: /
schedule:
interval: "monthly"
reviewers:
- MarkEWaite
labels:
- skip-changelog

# Maintain dependencies for maven
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
target-branch: "master"
reviewers:
- "MarkEWaite"
labels:
- "dependencies"

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

0 comments on commit fd630fe

Please sign in to comment.