Skip to content

Commit 5a9b62e

Browse files
authored
Add dependabot configuration (#42)
1 parent ec0610b commit 5a9b62e

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version: 2
2+
3+
updates:
4+
# Skipping Python dependencies as pyproject.toml contains template variables
5+
# that prevent proper parsing
6+
7+
# Update GitHub Actions of both the template and the repo
8+
- package-ecosystem: github-actions
9+
directories:
10+
- "/"
11+
schedule:
12+
interval: daily
13+
14+
- package-ecosystem: github-actions
15+
directories:
16+
- "{{cookiecutter.project_slug}}/.github/workflows"
17+
schedule:
18+
interval: daily

0 commit comments

Comments
 (0)