diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1310301..db513a1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ updates: - package-ecosystem: github-actions directory: / schedule: - interval: monthly + interval: weekly commit-message: prefix: ci include: scope diff --git a/template/.github/dependabot.yml b/template/.github/dependabot.yml index 3a50f8a..f07f87f 100644 --- a/template/.github/dependabot.yml +++ b/template/.github/dependabot.yml @@ -1,10 +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 - versioning-strategy: increase-if-necessary commit-message: prefix: build include: scope