diff options
| author | Seth Flynn <[email protected]> | 2025-03-12 20:28:37 -0400 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-03-12 20:28:37 -0400 |
| commit | ea9165933711ceb979e55295771a610b78ecd3c0 (patch) | |
| tree | 9dd1203757ca3f21f7aa76e4b9efcd6ebca34813 /.github/dependabot.yml | |
| parent | 9426426551027ebd1ff3bd0b2bf9636dc4d770ea (diff) | |
ci: fix dependabot config again
Diffstat (limited to '.github/dependabot.yml')
| -rw-r--r-- | .github/dependabot.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 459c931..34be033 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,8 @@ updates: groups: security: applies-to: security-updates + patterns: + - "*" regular: applies-to: version-updates update-types: @@ -16,7 +18,7 @@ updates: - patch major: applies-to: version-updates - version-types: + update-types: - major - package-ecosystem: "github-actions" |
