Skip to content
This repository has been archived by the owner on Jan 21, 2025. It is now read-only.

Commit

Permalink
rip yaml aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
port19x committed Nov 12, 2023
1 parent bc7e4d8 commit 2069b9c
Showing 1 changed file with 26 additions and 10 deletions.
36 changes: 26 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,35 @@
version: 2

x-defaults: &defaults
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "07:00"
timezone: "Europe/Berlin"
# One day, github will support yaml aliases
# x-defaults: &defaults
# directory: "/"
# schedule:
# interval: "weekly"
# day: "monday"
# time: "07:00"
# timezone: "Europe/Berlin"

updates:
- package-ecosystem: "github-actions"
<< : *defaults
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "07:00"
timezone: "Europe/Berlin"

- package-ecosystem: "pip"
<< : *defaults
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "07:00"
timezone: "Europe/Berlin"

- package-ecosystem: "docker"
<< : *defaults
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "07:00"
timezone: "Europe/Berlin"

0 comments on commit 2069b9c

Please sign in to comment.