Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
Update renovate.json5
Browse files Browse the repository at this point in the history
  • Loading branch information
sob authored Dec 20, 2023
1 parent 7f66a30 commit 5d14cd6
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": [
":enableRenovate",
"config:base",
"config:recommended",
":disableRateLimiting",
":dependencyDashboard",
":semanticCommits",
Expand All @@ -14,17 +14,18 @@
],
"platform": "github",
"username": "stimpy-bot[bot]",
"repositories": ["sob/home-ops"],
"repositories": [
"sob/home-ops"
],
"onboarding": false,
"requireConfig": false,
"requireConfig": "optional",
"gitAuthor": "stimpy-bot <101597957+stimpy-bot[bot]@users.noreply.github.com>",
"dependencyDashboardTitle": "Renovate Dashboard 🤖",
"suppressNotifications": [
"prIgnoreNotification"
],
"rebaseWhen": "conflicted",
"commitBodyTable": true,
// set up ignored deps
"ignoreDeps": [
"ghcr.io/fluxcd/helm-controller",
"ghcr.io/fluxcd/image-automation-controller",
Expand All @@ -33,7 +34,6 @@
"ghcr.io/fluxcd/notification-controller",
"ghcr.io/fluxcd/source-controller"
],
// set up renovate managers
"docker-compose": {
"fileMatch": [
"provision/ansible/.+/docker-compose.*\\.ya?ml(\\.j2)?$"
Expand All @@ -59,23 +59,23 @@
"cluster/.+\\.ya?ml$"
]
},
"regexManagers": [
// Read and process GitHub Releases
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"cluster/.+\\.ya?ml$",
"provision/ansible/.+\\.ya?ml$",
"hack/.+\\.sh$"
],
"matchStrings": [
"datasource=(?<datasource>.*?)\n *url: https:\/\/github\\.com\/(?<depName>.*?)\\.git\n *ref:\n *tag: (?<currentValue>.*)\n",
"datasource=(?<datasource>.*?)\n *url: https://github\\.com/(?<depName>.*?)\\.git\n *ref:\n *tag: (?<currentValue>.*)\n",
"datasource=(?<datasource>.*?) depName=(?<depName>.*?)\n.*?_version: \"(?<currentValue>.*)\"\n",
"datasource=(?<datasource>.*?) depName=(?<depName>.*?)\n.*?_VERSION=\"(?<currentValue>.*)\"\n"
],
"datasourceTemplate": "github-releases"
},
// Read and process Custom Resource Definitions
{
"customType": "regex",
"fileMatch": [
"cluster/.+\\.ya?ml$"
],
Expand All @@ -85,8 +85,8 @@
],
"datasourceTemplate": "helm"
},
// Read and process Custom Resources
{
"customType": "regex",
"fileMatch": [
"cluster/.+\\.ya?ml$"
],
Expand All @@ -97,7 +97,6 @@
}
],
"packageRules": [
// setup datasources
{
"matchDatasources": [
"helm"
Expand All @@ -110,7 +109,6 @@
],
"commitMessageExtra": "to {{newVersion}}"
},
// packages with custom versioning
{
"matchDatasources": [
"docker"
Expand All @@ -129,7 +127,6 @@
"quay.io/minio/minio"
]
},
// packages with loose versioning
{
"matchDatasources": [
"docker",
Expand All @@ -142,7 +139,6 @@
"Hypfer/Valetudo"
]
},
// group packages
{
"groupName": "rook-ceph-suite",
"matchDatasources": [
Expand Down

0 comments on commit 5d14cd6

Please sign in to comment.