diff --git a/template/.github/dependabot.yml b/template/.github/dependabot.yml new file mode 100644 index 0000000..f07f87f --- /dev/null +++ b/template/.github/dependabot.yml @@ -0,0 +1,17 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: monthly + commit-message: + prefix: ci + include: scope + + - package-ecosystem: uv + directory: / + schedule: + interval: monthly + commit-message: + prefix: build + include: scope