forked from mirrors/kingfisher
added blog posts
This commit is contained in:
parent
cafa97f8d1
commit
bf6c7da4a4
5 changed files with 33 additions and 10 deletions
22
.github/dependabot.yml
vendored
22
.github/dependabot.yml
vendored
|
|
@ -4,13 +4,31 @@ updates:
|
|||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
open-pull-requests-limit: 10
|
||||
open-pull-requests-limit: 25
|
||||
cooldown:
|
||||
default-days: 7
|
||||
include:
|
||||
- "*"
|
||||
groups:
|
||||
cargo-patch:
|
||||
update-types: ["patch"]
|
||||
cargo-minor:
|
||||
update-types: ["minor"]
|
||||
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
open-pull-requests-limit: 10
|
||||
open-pull-requests-limit: 25
|
||||
cooldown:
|
||||
default-days: 7
|
||||
include:
|
||||
- "*"
|
||||
groups:
|
||||
actions-patch:
|
||||
update-types: ["patch"]
|
||||
actions-minor:
|
||||
update-types: ["minor"]
|
||||
ignore:
|
||||
- dependency-name: "actions/checkout"
|
||||
update-types: ["version-update:semver-major"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue