mirror of
https://github.com/truecharts/charts.git
synced 2026-07-08 08:01:21 -03:00
some renovate cleanup
This commit is contained in:
3
.github/renovate/kinds/astro.json5
vendored
3
.github/renovate/kinds/astro.json5
vendored
@@ -8,7 +8,6 @@
|
||||
"branchPrefix": "astro-",
|
||||
"enabled": true, // Enable updates for website dependencies
|
||||
"updateTypes": ["major", "minor", "patch", "digest", "pin", "lockfile"], // Allow updates for all version types
|
||||
"semanticCommitScope": "website",
|
||||
"requiredStatusChecks": null
|
||||
"semanticCommitScope": "website"
|
||||
},
|
||||
}
|
||||
|
||||
1
.github/renovate/kinds/docker.json5
vendored
1
.github/renovate/kinds/docker.json5
vendored
@@ -17,5 +17,4 @@
|
||||
"updateTypes": ["major", "minor", "patch", "digest", "pin"], // Allow updates for all version types
|
||||
"semanticCommitScope": "container",
|
||||
}
|
||||
// "requiredStatusChecks": ["Containers: Test-and-Build / Container Build Completed (push)", "Containers: Test-and-Build / Container Build Completed (pull_request)"],
|
||||
}
|
||||
|
||||
3
.github/renovate/kinds/flux.json5
vendored
3
.github/renovate/kinds/flux.json5
vendored
@@ -11,8 +11,7 @@
|
||||
"updateTypes": ["major", "minor", "patch"], // Allow updates for all version types
|
||||
"semanticCommitScope": "Flux Objects",
|
||||
"pinDigests": false, // Set to false to not pin digest references
|
||||
"branchPrefix": "flux-",
|
||||
"requiredStatusChecks": null,
|
||||
"branchPrefix": "flux-",
|
||||
},
|
||||
|
||||
}
|
||||
|
||||
1
.github/renovate/kinds/githubactions.json5
vendored
1
.github/renovate/kinds/githubactions.json5
vendored
@@ -10,7 +10,6 @@
|
||||
"updateTypes": ["major", "minor", "patch", "digest", "pin"], // Allow updates for all version types
|
||||
"semanticCommitScope": "github-action",
|
||||
"branchPrefix": "githubactions-",
|
||||
"requiredStatusChecks": null,
|
||||
},
|
||||
|
||||
}
|
||||
|
||||
8
.github/renovate/kinds/go.json5
vendored
8
.github/renovate/kinds/go.json5
vendored
@@ -10,14 +10,6 @@
|
||||
"updateTypes": ["major", "minor", "patch", "digest", "pin", "lockfile"], // Allow updates for all version types
|
||||
"semanticCommitScope": "go",
|
||||
"branchPrefix": "go-",
|
||||
"packageRules": [
|
||||
{
|
||||
"matchManagers": ["gomod"],
|
||||
"matchDepTypes": ["indirect"],
|
||||
"enabled": false
|
||||
}
|
||||
],
|
||||
"requiredStatusChecks": null,
|
||||
},
|
||||
|
||||
}
|
||||
|
||||
1
.github/renovate/kinds/helm-values.json5
vendored
1
.github/renovate/kinds/helm-values.json5
vendored
@@ -13,7 +13,6 @@
|
||||
"semanticCommitScope": "container",
|
||||
"bumpVersion": true,
|
||||
"branchPrefix": "helm-values-", // Moved to helm-values scope
|
||||
//"requiredStatusChecks": null // Moved to helm-values scope
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
1
.github/renovate/kinds/helm.json5
vendored
1
.github/renovate/kinds/helm.json5
vendored
@@ -12,7 +12,6 @@
|
||||
"updateTypes": ["major", "minor", "patch"], // Allow updates for all version types
|
||||
"pinDigests": false, // Set to false to not pin digest references
|
||||
"branchPrefix": "helm-",
|
||||
//"requiredStatusChecks": null
|
||||
},
|
||||
|
||||
}
|
||||
|
||||
3
.github/renovate/updates/calver.json5
vendored
3
.github/renovate/updates/calver.json5
vendored
@@ -8,7 +8,4 @@
|
||||
"versioningRegex": "^\\d{4}\\.\\d{1,2}(\\.\\d{1,2})?$" // Example regex for CalVer: YYYY.MM or YYYY.MM.DD
|
||||
}
|
||||
},
|
||||
"ignore": [
|
||||
// Add any paths or patterns to ignore specific CalVer updates, if necessary
|
||||
]
|
||||
}
|
||||
|
||||
3
.github/renovate/updates/digest.json5
vendored
3
.github/renovate/updates/digest.json5
vendored
@@ -2,8 +2,7 @@
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"digest": {
|
||||
"enabled": true, // Enable digest updates
|
||||
"automerge": true,
|
||||
"autoApprove": true
|
||||
"automerge": true
|
||||
},
|
||||
"ignore": [
|
||||
// Add any paths or patterns to ignore specific digest updates, if necessary
|
||||
|
||||
6
.github/renovate/updates/lockfile.json5
vendored
6
.github/renovate/updates/lockfile.json5
vendored
@@ -3,11 +3,7 @@
|
||||
"packageRules": [
|
||||
{
|
||||
matchUpdateTypes: ["lockfile"],
|
||||
automerge: true,
|
||||
"autoApprove": true
|
||||
automerge: true
|
||||
}
|
||||
],
|
||||
"ignore": [
|
||||
// Add any paths or patterns to ignore specific digest updates, if necessary
|
||||
]
|
||||
}
|
||||
|
||||
1
.github/renovate/updates/minor.json5
vendored
1
.github/renovate/updates/minor.json5
vendored
@@ -2,7 +2,6 @@
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"minor": {
|
||||
"enabled": true, // Enable minor updates
|
||||
"autoApprove": true
|
||||
},
|
||||
"ignore": [
|
||||
// Add any paths or patterns to ignore specific minor updates, if necessary
|
||||
|
||||
3
.github/renovate/updates/patch.json5
vendored
3
.github/renovate/updates/patch.json5
vendored
@@ -2,8 +2,7 @@
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"patch": {
|
||||
"enabled": true, // Enable patch updates
|
||||
"automerge": true,
|
||||
"autoApprove": true
|
||||
"automerge": true
|
||||
},
|
||||
"ignore": [
|
||||
// Add any paths or patterns to ignore specific patch updates, if necessary
|
||||
|
||||
3
.github/renovate/updates/pin.json5
vendored
3
.github/renovate/updates/pin.json5
vendored
@@ -3,8 +3,7 @@
|
||||
"packageRules": [
|
||||
{
|
||||
matchUpdateTypes: ["pin"],
|
||||
automerge: true,
|
||||
"autoApprove": true
|
||||
automerge: true
|
||||
}
|
||||
],
|
||||
"ignore": [
|
||||
|
||||
Reference in New Issue
Block a user