diff options
Diffstat (limited to '.github/dependabot.yml')
| -rw-r--r-- | .github/dependabot.yml | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bb70f4c..620a1f0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,10 +5,30 @@ updates: schedule: interval: "weekly" commit-message: - prefix: "chore(node_modules)" + prefix: "chore(deps)" + groups: + security: + applies-to: + - security-updates + regular: + applies-to: + - version-updates + update-types: + - minor + - patch + major: + applies-to: + - version-updates + version-types: + - major + - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" commit-message: prefix: "ci" + groups: + actions: + patterns: + - "*" |
