Maintain actions.
This commit is contained in:
parent
d379becb63
commit
2a31de933d
10 changed files with 107 additions and 46 deletions
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
|
@ -2,6 +2,8 @@ version: 2
|
|||
updates:
|
||||
- package-ecosystem: maven
|
||||
directory: /
|
||||
open-pull-requests-limit: 1
|
||||
rebase-strategy: auto
|
||||
schedule:
|
||||
interval: daily
|
||||
ignore:
|
||||
|
@ -9,5 +11,7 @@ updates:
|
|||
update-types: ["version-update:semver-major", "version-update:semver-minor"]
|
||||
- package-ecosystem: github-actions
|
||||
directory: /
|
||||
open-pull-requests-limit: 1
|
||||
rebase-strategy: auto
|
||||
schedule:
|
||||
interval: daily
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue