-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listc: contributor-productivityTeam-specific productivity, code health, technical debt.Team-specific productivity, code health, technical debt.engineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.
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.
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listc: contributor-productivityTeam-specific productivity, code health, technical debt.Team-specific productivity, code health, technical debt.engineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.