Skip to content

Commit

Permalink
🔧 (renovate): Combine regex manager rules
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Feb 18, 2023
1 parent 2428ef2 commit 500d489
Show file tree
Hide file tree
Showing 29 changed files with 30 additions and 38 deletions.
12 changes: 2 additions & 10 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,8 @@
{
"fileMatch": ["\\.yaml$"],
"matchStrings": [
"# ?renovate image=(?<depName>.+)\\n.+: [\"']?(?<currentValue>.+?)[\"']?\\n"
],
"datasourceTemplate": "docker"
},
{
"fileMatch": ["\\.github/workflows/.*\\.yaml$"],
"matchStrings": [
"# ?renovate github-repo=(?<depName>.+)\\n.+: [\"']?(?<currentValue>.+?)[\"']?\\n"
],
"datasourceTemplate": "github-releases"
"# ?renovate datasource=(?<datasource>.+?) depName=(?<depName>.+)\\n.+: [\"']?(?<currentValue>.+?)[\"']?\\n"
]
}
],
"packageRules": [
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Set up mdBook
uses: peaceiris/actions-mdbook@v1
with:
# renovate github-repo=rust-lang/mdBook
# renovate datasource=github-releases depName=rust-lang/mdBook
mdbook-version: "0.4.27"

- name: Build docs
Expand Down
2 changes: 1 addition & 1 deletion charts/ascii-telnet/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Star Wars telnet server
home: https://charts.gabe565.com/charts/ascii-telnet
type: application
version: 0.3.1
# renovate image=ghcr.io/gabe565/ascii-telnet-go
# renovate datasource=docker depName=ghcr.io/gabe565/ascii-telnet-go
appVersion: latest
kubeVersion: ">=1.22.0-0"
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/bookstack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ home: https://charts.gabe565.com/charts/bookstack
icon: https://raw.githubusercontent.com/gabe565/charts/main/charts/bookstack/icon.svg
type: application
version: 0.4.1
# renovate image=ghcr.io/linuxserver/bookstack
# renovate datasource=docker depName=ghcr.io/linuxserver/bookstack
appVersion: version-v23.01.1
kubeVersion: ">=1.22.0-0"
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/borgmatic/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ home: https://charts.gabe565.com/charts/borgmatic
icon: https://raw.githubusercontent.com/borgmatic-collective/borgmatic/1.6.6/docs/static/borgmatic.svg
type: application
version: 0.6.1
# renovate image=b3vis/borgmatic
# renovate datasource=docker depName=b3vis/borgmatic
appVersion: 1.7.6
kubeVersion: ">=1.21.0-0"
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/changedetection-io/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ home: https://charts.gabe565.com/charts/changedetection-io
icon: https://raw.githubusercontent.com/gabe565/charts/main/charts/changedetection-io/icon.png
type: application
version: 0.4.1
# renovate image=ghcr.io/dgtlmoon/changedetection.io
# renovate datasource=docker depName=ghcr.io/dgtlmoon/changedetection.io
appVersion: 0.40.1.1
kubeVersion: ">=1.22.0-0"
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/domain-watch/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Tool to watch whois reports and notify when statuses change or expi
home: https://charts.gabe565.com/charts/domain-watch
type: application
version: 0.3.1
# renovate image=ghcr.io/gabe565/domain-watch
# renovate datasource=docker depName=ghcr.io/gabe565/domain-watch
appVersion: latest
kubeVersion: ">=1.22.0-0"
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/flame/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ home: https://charts.gabe565.com/charts/flame
icon: https://raw.githubusercontent.com/pawelmalak/flame/4ed29fe276b4282c67415f9788660df2a3a69b5c/client/public/icons/apple-touch-icon-180x180.png
type: application
version: 0.3.1
# renovate image=pawelmalak/flame
# renovate datasource=docker depName=pawelmalak/flame
appVersion: multiarch2.3.0
kubeVersion: ">=1.22.0-0"
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/hammond/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ home: https://charts.gabe565.com/charts/hammond
icon: https://raw.githubusercontent.com/akhilrex/hammond/84cba2c7f26f6d3f81c49b132110b24ac97c7b49/ui/public/touch-icon.png
type: application
version: 0.3.1
# renovate image=akhilrex/hammond
# renovate datasource=docker depName=akhilrex/hammond
appVersion: 1.0.0
kubeVersion: ">=1.22.0-0"
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/headscale/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ home: https://charts.gabe565.com/charts/headscale
icon: https://raw.githubusercontent.com/juanfont/headscale/641c6fd439a915150db3c2e83928e289b7e0c9d2/docs/logo/headscale3-dots.png
type: application
version: 0.8.2
# renovate image=ghcr.io/juanfont/headscale
# renovate datasource=docker depName=ghcr.io/juanfont/headscale
appVersion: 0.20.0
kubeVersion: ">=1.22.0-0"
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/home-assistant/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ home: https://charts.gabe565.com/charts/home-assistant/
icon: https://raw.githubusercontent.com/home-assistant/assets/master/logo/logo-pretty.png
type: application
version: 0.0.4
# renovate image=ghcr.io/home-assistant/home-assistant
# renovate datasource=docker depName=ghcr.io/home-assistant/home-assistant
appVersion: 2023.2.5
kubeVersion: ">=1.22.0-0"
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/homer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ home: https://charts.gabe565.com/charts/homer
icon: https://raw.githubusercontent.com/bastienwirtz/homer/5418c6291a39d27aeee471673adba742080e1ccb/public/logo.png
type: application
version: 0.4.0
# renovate image=b4bz/homer
# renovate datasource=docker depName=b4bz/homer
appVersion: v23.02.1
kubeVersion: ">=1.22.0-0"
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/limo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A file upload server.
home: https://charts.gabe565.com/charts/limo
type: application
version: 0.4.2
# renovate image=ghcr.io/gabe565/limo
# renovate datasource=docker depName=ghcr.io/gabe565/limo
appVersion: latest
kubeVersion: ">=1.22.0-0"
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/matrimony/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Self-hosted wedding site configured via YAML
home: https://charts.gabe565.com/charts/matrimony
type: application
version: 0.3.2
# renovate image=ghcr.io/gabe565/matrimony
# renovate datasource=docker depName=ghcr.io/gabe565/matrimony
appVersion: latest
kubeVersion: ">=1.22.0-0"
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/miniflux/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ home: https://charts.gabe565.com/charts/miniflux
icon: https://raw.githubusercontent.com/miniflux/logo/40cb83cc5b190212ad29fb4d5db6b52b335e4dc2/icon.svg
type: application
version: 0.4.2
# renovate image=miniflux/miniflux
# renovate datasource=docker depName=miniflux/miniflux
appVersion: 2.0.42
kubeVersion: ">=1.22.0-0"
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/mnemonic-ninja/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ home: https://charts.gabe565.com/charts/mnemonic-ninja
icon: https://raw.githubusercontent.com/gabe565/mnemonic-ninja/20b5c559fb0147c5f3c0c1cc5a3841d371259b78/frontend/src/assets/logo.svg
type: application
version: 0.3.2
# renovate image=ghcr.io/gabe565/mnemonic-ninja
# renovate datasource=docker depName=ghcr.io/gabe565/mnemonic-ninja
appVersion: latest
kubeVersion: ">=1.22.0-0"
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/monica/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ home: https://charts.gabe565.com/charts/monica
icon: https://raw.githubusercontent.com/monicahq/monica/main/public/img/monica.svg
type: application
version: 0.4.2
# renovate image=monica
# renovate datasource=docker depName=monica
appVersion: 4.0.0-fpm-alpine
kubeVersion: ">=1.22.0-0"
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/nightscout/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ home: https://charts.gabe565.com/charts/nightscout
icon: https://raw.githubusercontent.com/nightscout/cgm-remote-monitor/71c2363b7be387cda899669be2bfd6ddbfe70198/static/images/large.png
type: application
version: 0.5.3
# renovate image=nightscout/cgm-remote-monitor
# renovate datasource=docker depName=nightscout/cgm-remote-monitor
appVersion: 14.2.6
kubeVersion: ">=1.22.0-0"
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/pictshare/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ home: https://charts.gabe565.com/charts/pictshare
icon: https://camo.githubusercontent.com/6efdab1c63d518fafc5e735001c5ed45e7cbd4958952cdd972e2630eee881d97/68747470733a2f2f7069637473686172652e6e65742f706868796e6a2e706e67
type: application
version: 0.3.1
# renovate image=hascheksolutions/pictshare
# renovate datasource=docker depName=hascheksolutions/pictshare
appVersion: 72394f17
kubeVersion: ">=1.22.0-0"
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/podgrab/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A self-hosted podcast manager to download episodes as soon as they
home: https://charts.gabe565.com/charts/podgrab
type: application
version: 0.3.1
# renovate image=ghcr.io/akhilrex/podgrab
# renovate datasource=docker depName=ghcr.io/akhilrex/podgrab
appVersion: 1.0.0
kubeVersion: ">=1.22.0-0"
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/portfolio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ home: https://charts.gabe565.com/charts/portfolio
icon: https://raw.githubusercontent.com/gabe565/portfolio/0f0e80ce2f29e9382a64e7fc6fe2ed1a9993971b/public/android-chrome-512x512.png
type: application
version: 0.5.3
# renovate image=ghcr.io/gabe565/portfolio
# renovate datasource=docker depName=ghcr.io/gabe565/portfolio
appVersion: latest
kubeVersion: ">=1.22.0-0"
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/relax-sounds/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ home: https://charts.gabe565.com/charts/relax-sounds
icon: https://raw.githubusercontent.com/gabe565/relax-sounds/93681cad1585cd14203a39c6b3c5de525f30619e/frontend/public/img/icons/android-chrome-512x512.png
type: application
version: 0.3.2
# renovate image=ghcr.io/gabe565/relax-sounds
# renovate datasource=docker depName=ghcr.io/gabe565/relax-sounds
appVersion: latest
kubeVersion: ">=1.22.0-0"
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/rss-bridge/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ home: https://charts.gabe565.com/charts/rss-bridge
icon: https://raw.githubusercontent.com/RSS-Bridge/rss-bridge/987f42d6d44cc18e5c33441e742d15ffff6feb72/static/favicon.png
type: application
version: 0.3.2
# renovate image=ghcr.io/rss-bridge/rss-bridge
# renovate datasource=docker depName=ghcr.io/rss-bridge/rss-bridge
appVersion: latest
kubeVersion: ">=1.22.0-0"
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/rsshub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ home: https://charts.gabe565.com/charts/rsshub
icon: https://camo.githubusercontent.com/79f2dcf6fb41b71619186b12eed25495fa55e20d3f21355798a2cb22703c6f8b/68747470733a2f2f692e6c6f6c692e6e65742f323031392f30342f32332f356362656237653431343134632e706e67
type: application
version: 0.3.3
# renovate image=diygod/rsshub
# renovate datasource=docker depName=diygod/rsshub
appVersion: latest
kubeVersion: ">=1.22.0-0"
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/scanservjs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: scanservjs is a web UI frontend for your scanner. It allows you to
home: https://charts.gabe565.com/charts/scanservjs
type: application
version: 0.4.3
# renovate image=sbs20/scanservjs
# renovate datasource=docker depName=sbs20/scanservjs
appVersion: release-v2.25.2
kubeVersion: ">=1.22.0-0"
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/smarter-device-manager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ home: https://charts.gabe565.com/charts/smarter-device-manager
icon: https://gitlab.com/uploads/-/system/group/avatar/6339043/ARM1636_Project_Logo_ST2_RGB_V1.png
type: application
version: 0.3.1
# renovate image=registry.gitlab.com/arm-research/smarter/smarter-device-manager
# renovate datasource=docker depName=registry.gitlab.com/arm-research/smarter/smarter-device-manager
appVersion: v1.20.11
kubeVersion: ">=1.22.0-0"
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/tandoor/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ home: https://charts.gabe565.com/charts/tandoor
icon: https://raw.githubusercontent.com/vabene1111/recipes/master/docs/logo_color.svg
type: application
version: 0.4.4
# renovate image=vabene1111/recipes
# renovate datasource=docker depName=vabene1111/recipes
appVersion: 1.4.7
kubeVersion: ">=1.22.0-0"
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/transsmute/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Transsmute builds RSS feeds for websites that don't provide them.
home: https://charts.gabe565.com/charts/transsmute
type: application
version: 0.3.1
# renovate image=ghcr.io/gabe565/transsmute
# renovate datasource=docker depName=ghcr.io/gabe565/transsmute
appVersion: latest
kubeVersion: ">=1.22.0-0"
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/vaultwarden/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ home: https://charts.gabe565.com/charts/vaultwarden
icon: https://raw.githubusercontent.com/dani-garcia/vaultwarden/d57b69952db6eb12987a9668fea6b72df79cfa41/resources/vaultwarden-icon.svg
type: application
version: 0.4.2
# renovate image=vaultwarden/server
# renovate datasource=docker depName=vaultwarden/server
appVersion: 1.27.0-alpine
kubeVersion: ">=1.22.0-0"
keywords:
Expand Down

0 comments on commit 500d489

Please sign in to comment.