try dependabot
This commit is contained in:
parent
da9cc4d90f
commit
9d75201e4e
3 changed files with 6 additions and 5 deletions
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
|
@ -6,9 +6,9 @@ updates:
|
|||
interval: daily
|
||||
ignore:
|
||||
- dependency-name: ch.qos.logback:logback-classic
|
||||
update-types: ["version-update:semver-major"]
|
||||
update-types: ["version-update:semver-major","version-update:semver-minor"]
|
||||
- dependency-name: io.micronaut:micronaut-bom
|
||||
update-types: ["version-update:semver-major"]
|
||||
update-types: ["version-update:semver-major","version-update:semver-minor"]
|
||||
- package-ecosystem: github-actions
|
||||
directory: /
|
||||
schedule:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue