Skip to content

Commit

Permalink
Configure labels that Dependabot assigns to PRs (#1603)
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin committed Mar 27, 2024
1 parent 03a5333 commit fd63cc5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Expand Up @@ -4,9 +4,15 @@ updates:
directory: "/"
schedule:
interval: "weekly"
labels:
- "dependencies"
- "component: build"
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "daily"
labels:
- "dependencies"
- "component: core"
allow:
- dependency-name: "org.ow2.asm:*"

0 comments on commit fd63cc5

Please sign in to comment.