Skip to content

Commit

Permalink
Create dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ascopes authored Oct 29, 2023
1 parent d65ee3e commit 70eb605
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
open-pull-requests-limit: 99
rebase-strategy: auto
schedule:
interval: monthly
target-branch: main
assignees:
- ascopes
labels:
- ci

- package-ecosystem: maven
directory: /
open-pull-requests-limit: 99
rebase-strategy: auto
schedule:
interval: monthly
target-branch: main
assignees:
- ascopes
labels:
- dependencies

0 comments on commit 70eb605

Please sign in to comment.