diff options
| author | Seth Flynn <[email protected]> | 2025-03-12 20:27:31 -0400 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-03-12 20:27:31 -0400 |
| commit | 9426426551027ebd1ff3bd0b2bf9636dc4d770ea (patch) | |
| tree | 5b09a657e03e060c5546d1e608712c8cbb9e19fd | |
| parent | fcb65c74e1cfe39c0d79a3dfb62561e7e395eeec (diff) | |
ci: fix dependabot config
| -rw-r--r-- | .github/dependabot.yml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 620a1f0..459c931 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,17 +8,14 @@ updates: prefix: "chore(deps)" groups: security: - applies-to: - - security-updates + applies-to: security-updates regular: - applies-to: - - version-updates + applies-to: version-updates update-types: - minor - patch major: - applies-to: - - version-updates + applies-to: version-updates version-types: - major |
