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 ecc80cd commit f9b3f41Copy full SHA for f9b3f41
.github/dependabot.yml
@@ -0,0 +1,29 @@
1
+version: 2
2
+updates:
3
+
4
5
+ - package-ecosystem: "pip"
6
+ directory: "/Deployment/scripts/fabric_scripts"
7
+ schedule:
8
+ interval: "monthly"
9
+ target-branch: "dependabotchanges"
10
+ open-pull-requests-limit: 16
11
+ labels:
12
+ - "Python"
13
+ - "dependencies"
14
+ commit-message:
15
+ prefix: "build"
16
17
18
19
+ - package-ecosystem: "github-actions"
20
+ directory: "/.github/workflows"
21
22
23
24
+ open-pull-requests-limit: 5
25
26
+ - "CI/CD"
27
28
29
0 commit comments