Update dependabot.yml
This commit is contained in:
23
.github/dependabot.yml
vendored
23
.github/dependabot.yml
vendored
@@ -2,5 +2,26 @@ version: 2
|
|||||||
updates:
|
updates:
|
||||||
- package-ecosystem: docker
|
- package-ecosystem: docker
|
||||||
directory: /
|
directory: /
|
||||||
|
commit-message:
|
||||||
|
prefix: "docker"
|
||||||
|
assignees:
|
||||||
|
- "Harvester57"
|
||||||
schedule:
|
schedule:
|
||||||
interval: daily
|
interval: "cron"
|
||||||
|
cronjob: "0 7 * * *"
|
||||||
|
timezone: "Europe/Paris"
|
||||||
|
- package-ecosystem: "github-actions"
|
||||||
|
directory: "/"
|
||||||
|
commit-message:
|
||||||
|
prefix: "actions"
|
||||||
|
assignees:
|
||||||
|
- "Harvester57"
|
||||||
|
schedule:
|
||||||
|
interval: "cron"
|
||||||
|
cronjob: "0 7 * * *"
|
||||||
|
timezone: "Europe/Paris"
|
||||||
|
groups:
|
||||||
|
actions-dependencies:
|
||||||
|
applies-to: version-updates
|
||||||
|
patterns:
|
||||||
|
- "*"
|
||||||
|
|||||||
Reference in New Issue
Block a user