You've already forked renovate-config
fix(actions): update docker/login-action and docker/setup-qemu-action
This commit is contained in:
57
actions.json
57
actions.json
@@ -23,14 +23,38 @@
|
||||
"renovate/automerge",
|
||||
"renovate/github-action"
|
||||
],
|
||||
"allowedVersions": "<7.0.0",
|
||||
"automerge": true,
|
||||
"enabled": true,
|
||||
"matchManagers": [
|
||||
"github-actions"
|
||||
"groupName": "actions",
|
||||
"groupSlug": "actions",
|
||||
"matchDatasources": [
|
||||
"github-releases"
|
||||
],
|
||||
"matchPackageNames": [
|
||||
"actions/checkout"
|
||||
"anchore/syft",
|
||||
"goreleaser/goreleaser"
|
||||
],
|
||||
"matchUpdateTypes": [
|
||||
"minor",
|
||||
"patch"
|
||||
]
|
||||
},
|
||||
{
|
||||
"addLabels": [
|
||||
"renovate/automerge",
|
||||
"renovate/github-action"
|
||||
],
|
||||
"automerge": true,
|
||||
"enabled": true,
|
||||
"matchDatasources":[
|
||||
"github-tags"
|
||||
],
|
||||
"matchPackageNames": [
|
||||
"sigstore/cosign"
|
||||
],
|
||||
"matchUpdateTypes": [
|
||||
"minor",
|
||||
"patch"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -100,19 +124,14 @@
|
||||
"renovate/automerge",
|
||||
"renovate/github-action"
|
||||
],
|
||||
"allowedVersions": "<7.0.0",
|
||||
"automerge": true,
|
||||
"enabled": true,
|
||||
"groupName": "actions",
|
||||
"groupSlug": "actions",
|
||||
"matchDatasources": [
|
||||
"github-releases"
|
||||
"matchManagers": [
|
||||
"github-actions"
|
||||
],
|
||||
"matchPackageNames": [
|
||||
"goreleaser/goreleaser"
|
||||
],
|
||||
"matchUpdateTypes": [
|
||||
"minor",
|
||||
"patch"
|
||||
"actions/checkout"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -135,17 +154,15 @@
|
||||
"renovate/automerge",
|
||||
"renovate/github-action"
|
||||
],
|
||||
"allowedVersions": "<5.0.0",
|
||||
"automerge": true,
|
||||
"enabled": true,
|
||||
"matchDatasources":[
|
||||
"github-tags"
|
||||
"matchManagers": [
|
||||
"github-actions"
|
||||
],
|
||||
"matchPackageNames": [
|
||||
"sigstore/cosign"
|
||||
],
|
||||
"matchUpdateTypes": [
|
||||
"minor",
|
||||
"patch"
|
||||
"docker/login-action",
|
||||
"docker/setup-qemu-action"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user