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 c2186ed commit 6d5a4e1Copy full SHA for 6d5a4e1
.github/dependabot.yml
@@ -0,0 +1,16 @@
1
+# Dependabot configuration
2
+# ref: https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates
3
+version: 2
4
+updates:
5
+ - package-ecosystem: "github-actions"
6
+ directory: "/"
7
+ schedule:
8
+ interval: "weekly"
9
+ target-branch: "development"
10
+
11
+ - package-ecosystem: "pip"
12
13
14
15
16
0 commit comments