mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
Do not update patch versions for dependabot/github-actions. (#2591)
Towards #158350.
This commit is contained in:
5
.github/dependabot.yaml
vendored
5
.github/dependabot.yaml
vendored
@@ -7,6 +7,11 @@ updates:
|
|||||||
interval: "daily"
|
interval: "daily"
|
||||||
labels:
|
labels:
|
||||||
- "autosubmit"
|
- "autosubmit"
|
||||||
|
# Updating patch versions for "github-actions" is too chatty.
|
||||||
|
# See https://github.com/flutter/flutter/issues/158350.
|
||||||
|
ignore:
|
||||||
|
- dependency-name: "*"
|
||||||
|
update-types: ["version-update:semver-patch"]
|
||||||
- package-ecosystem: "npm"
|
- package-ecosystem: "npm"
|
||||||
directory: "web_embedding/ng-flutter"
|
directory: "web_embedding/ng-flutter"
|
||||||
schedule:
|
schedule:
|
||||||
|
|||||||
Reference in New Issue
Block a user