You've already forked renovate-config
fix(action): disable major updated of actions/checkout
This commit is contained in:
17
actions.json
17
actions.json
@ -17,6 +17,23 @@
|
|||||||
"minor",
|
"minor",
|
||||||
"patch"
|
"patch"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"addLabels": [
|
||||||
|
"renovate/disabled",
|
||||||
|
"renovate/github-action"
|
||||||
|
],
|
||||||
|
"automerge": false,
|
||||||
|
"enabled": false,
|
||||||
|
"matchManagers": [
|
||||||
|
"github-action"
|
||||||
|
],
|
||||||
|
"matchPackageNames": [
|
||||||
|
"actions/checkout"
|
||||||
|
],
|
||||||
|
"matchUpdateTypes": [
|
||||||
|
"major"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Reference in New Issue
Block a user