You've already forked renovate-config
Compare commits
15 Commits
a329fe1bd7
...
master
Author | SHA1 | Date | |
---|---|---|---|
6a45f9828a
|
|||
fe7916a330
|
|||
c422b7d061
|
|||
3746844ad5
|
|||
b906575ceb
|
|||
725cfe6123
|
|||
47cc58bf08
|
|||
611d07b781
|
|||
f0cb334c27
|
|||
144f5b57ab
|
|||
b868cce7b5
|
|||
95f3c0b54d
|
|||
1caf701d00
|
|||
54b3c04d61
|
|||
01b679f921
|
57
actions.json
Normal file
57
actions.json
Normal file
@ -0,0 +1,57 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"packageRules": [
|
||||
{
|
||||
"addLabels": [
|
||||
"renovate/automerge",
|
||||
"renovate/github-action"
|
||||
],
|
||||
"automerge": true,
|
||||
"enabled": true,
|
||||
"groupName": "actions",
|
||||
"groupSlug": "actions",
|
||||
"matchManagers": [
|
||||
"github-actions"
|
||||
],
|
||||
"matchUpdateTypes": [
|
||||
"minor",
|
||||
"patch"
|
||||
]
|
||||
},
|
||||
{
|
||||
"addLabels": [
|
||||
"renovate/automerge",
|
||||
"renovate/github-action"
|
||||
],
|
||||
"automerge": true,
|
||||
"enabled": true,
|
||||
"groupName": "actions",
|
||||
"groupSlug": "actions",
|
||||
"matchDatasources": [
|
||||
"github-releases"
|
||||
],
|
||||
"matchPackageNames": [
|
||||
"goreleaser/goreleaser"
|
||||
],
|
||||
"matchUpdateTypes": [
|
||||
"minor",
|
||||
"patch"
|
||||
]
|
||||
},
|
||||
{
|
||||
"addLabels": [
|
||||
"renovate/automerge",
|
||||
"renovate/github-action"
|
||||
],
|
||||
"allowedVersions": "<6.0.0",
|
||||
"automerge": true,
|
||||
"enabled": true,
|
||||
"matchManagers": [
|
||||
"github-actions"
|
||||
],
|
||||
"matchPackageNames": [
|
||||
"actions/checkout"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -1,22 +0,0 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"packageRules": [
|
||||
{
|
||||
"addLabels": [
|
||||
"renovate/automerge",
|
||||
"renovate/github-action"
|
||||
],
|
||||
"automerge": true,
|
||||
"enabled": true,
|
||||
"groupName": "github actions",
|
||||
"groupSlug": "github-actions",
|
||||
"matchManagers": [
|
||||
"github-actions"
|
||||
],
|
||||
"matchUpdateTypes": [
|
||||
"minor",
|
||||
"patch"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
23
golang.json
23
golang.json
@ -14,8 +14,8 @@
|
||||
],
|
||||
"groupName": "go modules",
|
||||
"groupSlug": "go-modules",
|
||||
"matchDatasources": [
|
||||
"go"
|
||||
"matchManagers": [
|
||||
"gomod"
|
||||
],
|
||||
"matchUpdateTypes": [
|
||||
"minor",
|
||||
@ -33,12 +33,27 @@
|
||||
"^github\\.com/docker/docker",
|
||||
"^gopkg\\.in/yaml"
|
||||
],
|
||||
"matchDatasources": [
|
||||
"go"
|
||||
"matchManagers": [
|
||||
"gomod"
|
||||
],
|
||||
"matchUpdateTypes": [
|
||||
"major"
|
||||
]
|
||||
},
|
||||
{
|
||||
"addLabels": [
|
||||
"renovate/automerge",
|
||||
"renovate/golang"
|
||||
],
|
||||
"automerge": true,
|
||||
"enabled": true,
|
||||
"matchPackagePatterns": [
|
||||
"^golangci/golangci-lint$"
|
||||
],
|
||||
"matchUpdateTypes": [
|
||||
"minor",
|
||||
"patch"
|
||||
]
|
||||
}
|
||||
],
|
||||
"postUpdateOptions": [
|
||||
|
@ -7,10 +7,11 @@
|
||||
"(^|/)(workflow-templates|\\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\\.ya?ml$",
|
||||
"(^|/)action\\.ya?ml$",
|
||||
"(^|/)Makefile$",
|
||||
"(^|/)PKGBUILD$",
|
||||
"(^|/)[\\w-]*\\.sh$"
|
||||
],
|
||||
"matchStrings": [
|
||||
"=\"?(?<currentValue>[^\"\\n]*)\"? # renovate: datasource=(?<datasource>.*) registryUrl=(?<registryUrl>.*) depName=(?<depName>.*)"
|
||||
"(?:=|:)[[:blank:]]*\"?(?<currentValue>[^\"\\s]*)\"? # renovate:(?:[[:blank:]]+datasource=[\"']*(?<datasource>[^\\s\"']*)['\"]*|[[:blank:]]+depName=['\"]*(?<depName>[^\\s'\"]*)['\"]*|[[:blank:]]+packageName=['\"]*(?<packageName>[^\\s'\"]*)['\"]*|[[:blank:]]+registryUrl=['\"]*(?<registryUrl>[^\\s'\"]*)['\"]*|[[:blank:]]+updateType=['\"]*(?<updateType>[^\\s'\"]*)['\"]*|[[:blank:]]+versioning=['\"]*(?<versioning>[^\\s'\"]*)['\"]*|[[:blank:]]+extractVersion=['\"]*(?<extractVersion>[^\\s'\"]*)['\"]*)*"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user