We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d401a4 commit 7ff9835Copy full SHA for 7ff9835
.github/dependabot.yml
@@ -0,0 +1,19 @@
1
+# For details on how this file works refer to:
2
+# - https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
3
+version: 2
4
+updates:
5
+ # Maintain dependencies for GitHub Actions
6
+ # - Check for updates once a week
7
+ # - Group all updates into a single PR
8
+ - package-ecosystem: github-actions
9
+ directory: /
10
+ schedule:
11
+ interval: weekly
12
+ groups:
13
+ all-actions:
14
+ patterns: ["*"]
15
+
16
+ # Maintain pip dependencies
17
+ - package-ecosystem: pip
18
19
+ interval: daily
0 commit comments