Skip to content

Commit 644b4b9

Browse files
authored
Merge pull request bcgov#293 from ff137/add-dependabot-workflow
👷 Add dependabot workflow
2 parents 11a8abc + a88d55b commit 644b4b9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/dependabot.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
updates:
3+
# Maintain dependencies for GitHub Actions
4+
- package-ecosystem: github-actions
5+
directory: /
6+
schedule:
7+
interval: weekly
8+
9+
# Maintain dependencies for Python packages
10+
- package-ecosystem: pip
11+
directory: /server
12+
schedule:
13+
interval: daily

0 commit comments

Comments
 (0)