Browse Source

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-updates
pull/4399/head
Jan Wagner 2 years ago
parent
commit
1e1ddddb40
  1. 19
      .github/dependabot.yml

19
.github/dependabot.yml

@ -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…
Cancel
Save