Skip to content

Commit

Permalink
Add dependabot config (apache#11328)
Browse files Browse the repository at this point in the history
  • Loading branch information
sconvent authored Jan 19, 2023
1 parent 0c1b798 commit e8f742a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2
updates:

- package-ecosystem: "maven"
directory: "/"
open-pull-requests-limit: 20
# Ignore major version updates
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
schedule:
interval: "weekly"
day: "monday"
time: "03:00"
timezone: "US/Eastern"

0 comments on commit e8f742a

Please sign in to comment.