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 809b2ba commit d8dca6eCopy full SHA for d8dca6e
1 file changed
.github/dependabot.yml
@@ -0,0 +1,19 @@
1
+version: 2
2
+updates:
3
+ # Python dependencies for documentation
4
+ - package-ecosystem: "pip"
5
+ directory: "/docs"
6
+ schedule:
7
+ interval: "weekly"
8
+ commit-message:
9
+ prefix: "deps"
10
+ include: "scope"
11
+
12
+ # GitHub Actions across all workflows
13
+ - package-ecosystem: "github-actions"
14
+ directory: "/"
15
16
17
18
+ prefix: "ci"
19
0 commit comments