We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffb7171 commit 0a8f102Copy full SHA for 0a8f102
1 file changed
.github/dependabot.yml
@@ -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
+
7
version: 2
8
updates:
9
- package-ecosystem: "github-actions"
10
directory: "/"
11
schedule:
12
+ # Check for updates to GitHub Actions every week
13
interval: "weekly"
14
+ day: "saturday"
15
+ timezone: "Europe/Berlin"
16
+ time: "05:00"
0 commit comments