aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2025-03-23 15:56:49 +0000
committerGravatar Chris Lovering <[email protected]>2025-03-23 15:56:49 +0000
commitfa682ea5fc726ba3a866eb9e2fe2844ea6c77800 (patch)
tree92b72e93786a89a669c3c9e5e88594f66d240bc9 /.github
parentAdd Fred to author list (diff)
Fix dependabot config
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yaml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml
index f0b2d06..8b6b924 100644
--- a/.github/dependabot.yaml
+++ b/.github/dependabot.yaml
@@ -6,9 +6,10 @@ updates:
schedule:
interval: "daily"
ignore:
- update-types:
- - version-update:semver-patch
- - version-update:semver-minor
+ - dependency-name: "*"
+ update-types:
+ - version-update:semver-patch
+ - version-update:semver-minor
- package-ecosystem: "github-actions"
directory: "/"
schedule: