Browse Source

Merge 1e1ddddb40 into 40b6db6a27

pull/4399/merge
waja 8 months ago
committed by GitHub
parent
commit
bc97ecbe23
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  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