Skip to content

Commit

Permalink
Enable dependabot for the 2.1 branch.
Browse files Browse the repository at this point in the history
Signed-off-by: James R. Perkins <[email protected]>
  • Loading branch information
jamezp committed Oct 14, 2024
1 parent 5f444f8 commit 1065895
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,20 @@ updates:
directory: "/"
schedule:
interval: "daily"
# 2.1 branch
- package-ecosystem: "maven"
directory: "/"
target-branch: "2.1"
schedule:
interval: "daily"
ignore:
- dependency-name: '*'
update-types: ['version-update:semver-major', 'version-update:semver-minor']
open-pull-requests-limit: 10
- package-ecosystem: "github-actions"
# Workflow files stored in the
# default location of `.github/workflows`
directory: "/"
target-branch: "2.1"
schedule:
interval: "daily"

0 comments on commit 1065895

Please sign in to comment.