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 4f12421 commit ebfa070Copy full SHA for ebfa070
.github/dependabot.yml
@@ -0,0 +1,24 @@
1
+version: 2
2
+updates:
3
+ -
4
+ # Maintain dependencies for GitHub Actions
5
+ package-ecosystem: github-actions
6
+ directory: /
7
+ schedule:
8
+ interval: daily
9
+ labels:
10
+ - dependencies
11
+ commit-message:
12
+ prefix: "ci(actions)"
13
+ include: "scope"
14
15
+ # Maintain python dependencies
16
+ package-ecosystem: pip
17
18
19
20
21
22
23
+ prefix: "build(poetry)"
24
0 commit comments