Adding dependabot config
Taking care for new(er) docker images and github actions For more information see: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updatespull/4399/head
parent
7221d488e5
commit
1e1ddddb40
@ -0,0 +1,19 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: github-actions
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: daily
|
||||
time: "04:00"
|
||||
pull-request-branch-name:
|
||||
separator: "-"
|
||||
open-pull-requests-limit: 10
|
||||
- package-ecosystem: docker
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: daily
|
||||
time: "04:00"
|
||||
target-branch: "master"
|
||||
pull-request-branch-name:
|
||||
separator: "-"
|
||||
open-pull-requests-limit: 10
|
Loading…
Reference in New Issue