You've already forked drone-charts
Compare commits
1 Commits
4b541bb8fd
...
renovate/d
Author | SHA1 | Date | |
---|---|---|---|
03515b9ef1
|
@ -3,7 +3,7 @@ name: drone
|
|||||||
description: Drone Helm chart for Kubernetes
|
description: Drone Helm chart for Kubernetes
|
||||||
type: application
|
type: application
|
||||||
version: "0.8.2"
|
version: "0.8.2"
|
||||||
appVersion: "2.25.0"
|
appVersion: "2.26.0"
|
||||||
icon: https://readme.drone.io/logo.svg
|
icon: https://readme.drone.io/logo.svg
|
||||||
|
|
||||||
keywords:
|
keywords:
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# drone-charts
|
# drone-charts
|
||||||
|
|
||||||
|
[](https://drone.cryptic.systems/volker.raschek/drone-charts)
|
||||||
[](https://artifacthub.io/packages/search?repo=drone-ce)
|
[](https://artifacthub.io/packages/search?repo=drone-ce)
|
||||||
|
|
||||||
This is an inofficial helm chart for [drone](https://github.com/drone/drone) and
|
This is an inofficial helm chart for [drone](https://github.com/drone/drone) and
|
||||||
|
@ -1,14 +1,26 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"assignees": [ "volker.raschek" ],
|
||||||
"local>volker.raschek/renovate-config:default#master",
|
"labels": [ "renovate" ],
|
||||||
"local>volker.raschek/renovate-config:container#master",
|
"packageRules": [
|
||||||
"local>volker.raschek/renovate-config:actions#master",
|
|
||||||
"local>volker.raschek/renovate-config:npm#master",
|
|
||||||
"local>volker.raschek/renovate-config:regexp#master"
|
|
||||||
],
|
|
||||||
"customManagers": [
|
|
||||||
{
|
{
|
||||||
|
"addLabels": [ "renovate/drone", "renovate/automerge" ],
|
||||||
|
"automerge": true,
|
||||||
|
"matchManagers": "droneci",
|
||||||
|
"matchUpdateTypes": [ "minor", "patch"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"addLabels": [ "renovate/drone", "renovate/automerge" ],
|
||||||
|
"automerge": false,
|
||||||
|
"matchPackageNames": [ "drone" ],
|
||||||
|
"matchManagers": [ "regex" ]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"rebaseLabel": "renovate/rebase",
|
||||||
|
"rebaseWhen": "behind-base-branch",
|
||||||
|
"regexManagers": [
|
||||||
|
{
|
||||||
|
"description": "Update container image reference",
|
||||||
"fileMatch": [
|
"fileMatch": [
|
||||||
"^Chart\\.yaml$"
|
"^Chart\\.yaml$"
|
||||||
],
|
],
|
||||||
@ -16,53 +28,8 @@
|
|||||||
"appVersion: \"(?<currentValue>.*?)\"\\s+"
|
"appVersion: \"(?<currentValue>.*?)\"\\s+"
|
||||||
],
|
],
|
||||||
"datasourceTemplate": "docker",
|
"datasourceTemplate": "docker",
|
||||||
"depNameTemplate": "drone/drone",
|
"depNameTemplate": "drone",
|
||||||
"lookupNameTemplate": "docker.io/drone/drone",
|
"lookupNameTemplate": "docker.io/drone/drone"
|
||||||
"versioningTemplate": "semver"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"fileMatch": ["^README\\.md$"],
|
|
||||||
"matchStrings": [
|
|
||||||
"CHART_VERSION=(?<currentValue>.*)"
|
|
||||||
],
|
|
||||||
"depNameTemplate": "volker.raschek/drone-charts",
|
|
||||||
"packageNameTemplate": "https://git.cryptic.systems/volker.raschek/drone-charts",
|
|
||||||
"datasourceTemplate": "git-tags",
|
|
||||||
"versioningTemplate": "semver"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"packageRules": [
|
|
||||||
{
|
|
||||||
"addLabels": [
|
|
||||||
"renovate/automerge",
|
|
||||||
"renovate/container"
|
|
||||||
],
|
|
||||||
"automerge": true,
|
|
||||||
"excludePackagePatterns": [
|
|
||||||
"drone/drone"
|
|
||||||
],
|
|
||||||
"matchDatasources": [
|
|
||||||
"docker"
|
|
||||||
],
|
|
||||||
"matchUpdateTypes": [
|
|
||||||
"minor",
|
|
||||||
"patch"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"addLabels": [
|
|
||||||
"renovate/automerge",
|
|
||||||
"renovate/documentation"
|
|
||||||
],
|
|
||||||
"automerge": true,
|
|
||||||
"matchDepNames": [
|
|
||||||
"volker.raschek/drone-charts"
|
|
||||||
],
|
|
||||||
"matchUpdateTypes": [
|
|
||||||
"major",
|
|
||||||
"minor",
|
|
||||||
"patch"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user