Skip to content

Commit

Permalink
Match dependabot definition to GitHub docs (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite authored Jul 6, 2023
1 parent e7162ea commit d893563
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
# Per https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:

# Maintain dependencies for maven
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "monthly"
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 d893563

Please sign in to comment.