mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-03-25 20:06:37 +00:00
fix(deps): update renovate.json to match major update types for go-yaml (#2364)
This commit is contained in:
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -10,7 +10,6 @@ on:
|
|||||||
release:
|
release:
|
||||||
types:
|
types:
|
||||||
- published
|
- published
|
||||||
- edited
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|||||||
@@ -16,6 +16,7 @@
|
|||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchPackageNames": ["https://github.com/yaml/go-yaml"],
|
"matchPackageNames": ["https://github.com/yaml/go-yaml"],
|
||||||
|
"matchUpdateTypes": ["major"],
|
||||||
"enabled": false
|
"enabled": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user