Skip to content

Commit f9b3f41

Browse files
Create dependabot.yml
1 parent ecc80cd commit f9b3f41

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/dependabot.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
schedule:
22+
interval: "monthly"
23+
target-branch: "dependabotchanges"
24+
open-pull-requests-limit: 5
25+
labels:
26+
- "CI/CD"
27+
- "dependencies"
28+
commit-message:
29+
prefix: "build"

0 commit comments

Comments
 (0)