We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec0610b commit 5a9b62eCopy full SHA for 5a9b62e
1 file changed
.github/dependabot.yml
@@ -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
15
16
+ - "{{cookiecutter.project_slug}}/.github/workflows"
17
18
0 commit comments