Skip to content

Commit 03a3f41

Browse files
committed
Add dependabot.yaml
1 parent 9195b8f commit 03a3f41

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/dependabot.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# dependabot.yaml reference: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
2+
version: 2
3+
updates:
4+
# Maintain dependencies in our GitHub Workflows
5+
- package-ecosystem: github-actions
6+
directory: /
7+
labels:
8+
- dependencies
9+
schedule:
10+
interval: monthly
11+
# Bump base/requirements.txt
12+
- package-ecosystem: pip
13+
directory: /base
14+
schedule:
15+
interval: daily
16+
labels:
17+
- dependencies

0 commit comments

Comments
 (0)