aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2025-03-29 20:12:14 +0000
committerGravatar GitHub <[email protected]>2025-03-29 20:12:14 +0000
commit964ee58f0bbbbb15a060cbdd94044f6395ed99b9 (patch)
tree8c9b0c89b317a2b17ad4fcd09b66c835101e4da1
parentMerge branch 'main' into feat/reminder-add-notify (diff)
parentCorrect dependabot config (diff)
Merge branch 'main' into feat/reminder-add-notify
-rw-r--r--.github/dependabot.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 2f9f77909..665c591b1 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -5,9 +5,10 @@ updates:
schedule:
interval: "daily"
ignore:
- update-types:
- - sem-ver:patch
- - sem-ver:minor
+ - dependency-name: "*"
+ update-types:
+ - version-update:semver-patch
+ - version-update:semver-minor
- package-ecosystem: "github-actions"
directory: "/"
schedule: