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 f039aa0 commit d698d7eCopy full SHA for d698d7e
1 file changed
.github/dependabot.yml
@@ -7,6 +7,7 @@ updates:
7
8
# Maintain dependencies for GitHub Actions
9
- package-ecosystem: "github-actions"
10
+ target-branch: "develop"
11
directory: "/"
12
schedule:
13
interval: "weekly"
@@ -17,6 +18,7 @@ updates:
17
18
19
# Maintain dependencies for NPM
20
- package-ecosystem: "npm"
21
22
23
24
@@ -41,12 +43,14 @@ updates:
41
43
42
44
# Maintain dependencies for Terraform
45
- package-ecosystem: "terraform"
46
47
48
49
50
51
# Maintain dependencies for Python
52
- package-ecosystem: "pip"
53
54
55
56
0 commit comments