Skip to content

Commit 0a8f102

Browse files
authored
Update Dependabot configuration for GitHub Actions schedule (#5)
1 parent ffb7171 commit 0a8f102

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
1+
---
2+
# To get started with Dependabot version updates, you'll need to specify which
3+
# package ecosystems to update and where the package manifests are located.
4+
# Please see the documentation for all configuration options:
5+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
6+
17
version: 2
28
updates:
39
- package-ecosystem: "github-actions"
410
directory: "/"
511
schedule:
12+
# Check for updates to GitHub Actions every week
613
interval: "weekly"
14+
day: "saturday"
15+
timezone: "Europe/Berlin"
16+
time: "05:00"

0 commit comments

Comments
 (0)