waja
8 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
19 additions and
0 deletions
-
.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 |