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:
Charis
2025-10-21 15:39:25 -04:00
committed by GitHub
parent 167644d2de
commit 3dc44d3a51

View File

@@ -4,3 +4,7 @@ updates:
directory: '/'
schedule:
interval: 'weekly'
ignore:
- dependency-name: '*'
update-types:
- 'version-update:semver-major'