You've already forked renovate-config
Compare commits
17 Commits
ab4cf8c8b2
...
master
Author | SHA1 | Date | |
---|---|---|---|
6a45f9828a
|
|||
fe7916a330
|
|||
c422b7d061
|
|||
3746844ad5
|
|||
b906575ceb
|
|||
725cfe6123
|
|||
47cc58bf08
|
|||
611d07b781
|
|||
f0cb334c27
|
|||
144f5b57ab
|
|||
b868cce7b5
|
|||
95f3c0b54d
|
|||
1caf701d00
|
|||
54b3c04d61
|
|||
01b679f921
|
|||
a329fe1bd7
|
|||
ae78b465a4
|
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"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
37
golang.json
37
golang.json
@ -14,8 +14,41 @@
|
|||||||
],
|
],
|
||||||
"groupName": "go modules",
|
"groupName": "go modules",
|
||||||
"groupSlug": "go-modules",
|
"groupSlug": "go-modules",
|
||||||
"matchDatasources": [
|
"matchManagers": [
|
||||||
"go"
|
"gomod"
|
||||||
|
],
|
||||||
|
"matchUpdateTypes": [
|
||||||
|
"minor",
|
||||||
|
"patch"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"addLabels": [
|
||||||
|
"renovate/automerge",
|
||||||
|
"renovate/golang"
|
||||||
|
],
|
||||||
|
"automerge": false,
|
||||||
|
"enabled": false,
|
||||||
|
"matchPackagePatterns": [
|
||||||
|
"^github\\.com/docker/docker",
|
||||||
|
"^gopkg\\.in/yaml"
|
||||||
|
],
|
||||||
|
"matchManagers": [
|
||||||
|
"gomod"
|
||||||
|
],
|
||||||
|
"matchUpdateTypes": [
|
||||||
|
"major"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"addLabels": [
|
||||||
|
"renovate/automerge",
|
||||||
|
"renovate/golang"
|
||||||
|
],
|
||||||
|
"automerge": true,
|
||||||
|
"enabled": true,
|
||||||
|
"matchPackagePatterns": [
|
||||||
|
"^golangci/golangci-lint$"
|
||||||
],
|
],
|
||||||
"matchUpdateTypes": [
|
"matchUpdateTypes": [
|
||||||
"minor",
|
"minor",
|
||||||
|
4
npm.json
4
npm.json
@ -8,6 +8,10 @@
|
|||||||
],
|
],
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
|
"matchDepTypes": [
|
||||||
|
"dependencies",
|
||||||
|
"devDependencies"
|
||||||
|
],
|
||||||
"matchManagers": [
|
"matchManagers": [
|
||||||
"npm"
|
"npm"
|
||||||
],
|
],
|
||||||
|
@ -7,10 +7,11 @@
|
|||||||
"(^|/)(workflow-templates|\\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\\.ya?ml$",
|
"(^|/)(workflow-templates|\\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\\.ya?ml$",
|
||||||
"(^|/)action\\.ya?ml$",
|
"(^|/)action\\.ya?ml$",
|
||||||
"(^|/)Makefile$",
|
"(^|/)Makefile$",
|
||||||
|
"(^|/)PKGBUILD$",
|
||||||
"(^|/)[\\w-]*\\.sh$"
|
"(^|/)[\\w-]*\\.sh$"
|
||||||
],
|
],
|
||||||
"matchStrings": [
|
"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