mirror of
https://github.com/supabase/supabase.git
synced 2026-05-06 08:56:46 -04:00
3dc44d3a51
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.
11 lines
223 B
YAML
11 lines
223 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: 'github-actions'
|
|
directory: '/'
|
|
schedule:
|
|
interval: 'weekly'
|
|
ignore:
|
|
- dependency-name: '*'
|
|
update-types:
|
|
- 'version-update:semver-major'
|