Skip to content

Commit 297af05

Browse files
committed
1 parent ab4053f commit 297af05

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
updates:
3+
# Enable version updates for GitHub Actions
4+
- package-ecosystem: "github-actions"
5+
directory: "/" # "For .github/workflows
6+
schedule:
7+
interval: "weekly"
8+
9+
10+
# Enable version updates for Poetry/pip
11+
- package-ecosystem: "pip"
12+
directory: "/" # location of pyproject.toml
13+
schedule:
14+
interval: "weekly"
15+
versioning-strategy: increase-if-necessary

0 commit comments

Comments
 (0)