diff options
author | 2025-03-29 20:12:14 +0000 | |
---|---|---|
committer | 2025-03-29 20:12:14 +0000 | |
commit | 964ee58f0bbbbb15a060cbdd94044f6395ed99b9 (patch) | |
tree | 8c9b0c89b317a2b17ad4fcd09b66c835101e4da1 | |
parent | Merge branch 'main' into feat/reminder-add-notify (diff) | |
parent | Correct dependabot config (diff) |
Merge branch 'main' into feat/reminder-add-notify
-rw-r--r-- | .github/dependabot.yml | 7 |
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: |