mirror of
https://github.com/supabase/supabase.git
synced 2026-05-06 22:18:00 +08:00
ci(dependabot): don't get prompted for major version updates for github actions (#39733)
Major version updates require more preparation and testing, so we only want to update these on our schedule / if actually deprecated, not be prompted as soon as a new major version comes out. We mostly want to keep patch/minor updates so we can be aware of any vulnerability fixes.
This commit is contained in:
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
@@ -4,3 +4,7 @@ updates:
|
||||
directory: '/'
|
||||
schedule:
|
||||
interval: 'weekly'
|
||||
ignore:
|
||||
- dependency-name: '*'
|
||||
update-types:
|
||||
- 'version-update:semver-major'
|
||||
|
||||
Reference in New Issue
Block a user