mirror of
https://github.com/willnorris/imageproxy.git
synced 2026-04-26 05:16:25 +02:00
dependabot: security updates only, grouped in a single PR
This commit is contained in:
parent
9a1158a703
commit
816f1a6855
1 changed files with 15 additions and 3 deletions
18
.github/dependabot.yml
vendored
18
.github/dependabot.yml
vendored
|
|
@ -1,19 +1,31 @@
|
|||
# Open a single PR each for go modules and GitHub actions
|
||||
# for security related updates only on a weekly basis.
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: gomod
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: monthly
|
||||
open-pull-requests-limit: 10
|
||||
interval: weekly
|
||||
open-pull-requests-limit: 0
|
||||
commit-message:
|
||||
prefix: "go.mod:"
|
||||
assignees:
|
||||
- willnorris
|
||||
groups:
|
||||
all:
|
||||
patterns:
|
||||
- "*"
|
||||
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
interval: weekly
|
||||
open-pull-requests-limit: 0
|
||||
commit-message:
|
||||
prefix: ".github:"
|
||||
assignees:
|
||||
- willnorris
|
||||
groups:
|
||||
all:
|
||||
patterns:
|
||||
- "*"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue