-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Description
Dependabot is updating codeql-action a lot, sometimes multiple times a day. Can we ignore patch versions and just rely on minor?
https://github.com/flutter/engine/pulls?q=is%3Apr+is%3Aclosed+codeql-action
Use ignore: update-types: ["version-update:semver-minor"] in dependabot.yml
update-types—use to ignore types of updates, such as semver major, minor, or patch updates on version updates (for example:version-update:semver-patchwill ignore patch updates). You can combine this withdependency-name: "*"to ignore particular update-types for all dependencies. Currently,version-update:semver-major,version-update:semver-minor, andversion-update:semver-patchare the only supported options. Security updates are unaffected by this setting.