Skip to content

Commit

Permalink
Match dependabot definition to GitHub docs (#1479)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite authored Jul 6, 2023
1 parent 0abb1f4 commit 3b561eb
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,12 +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: "/" # Location of package manifests
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
- "skip-changelog"

0 comments on commit 3b561eb

Please sign in to comment.