Skip to content

Commit 49bd095

Browse files
authored
Merge branch 'develop' into fs-abcd-preproc-outputs
2 parents 06d4f28 + 37aef2e commit 49bd095

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/dependabot.yaml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
version: 2
22
updates:
33
- package-ecosystem: "github-actions"
4-
directory: "/"
4+
directory: /
55
# Check for updates once a week
66
schedule:
7-
interval: "weekly"
7+
interval: weekly
88
groups:
99
all-actions:
1010
patterns: [ "*" ]
11+
- package-ecosystem: pip
12+
directory: /
13+
schedule:
14+
interval: weekly
15+
groups:
16+
production dependencies:
17+
dependency-type: production
18+
development dependencies:
19+
dependency-type: development
20+
target-branch: develop

0 commit comments

Comments
 (0)