chore: migrate config to renovate v36

This commit is contained in:
Robert Kaussow 2023-08-18 09:38:42 +02:00
parent b9d3d73e63
commit 0c409e9d1c
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"description": ["Base preset for use with thegeeklab repos"],
"extends": [
"config:base",
"config:recommended",
":dependencyDashboard",
":semanticCommits",
":semanticCommitScope(deps)",

View File

@ -25,7 +25,7 @@
"description": "Helper tools for docker base images",
"groupName": "docker helper tools",
"matchDatasources": ["github-releases"],
"matchPaths": ["Dockerfile*", "docker/Dockerfile*"],
"matchFileNames": ["Dockerfile*", "docker/Dockerfile*"],
"matchPackagePatterns": ["^hairyhenderson", "^aptible", "^thegeeklab"],
"matchUpdateTypes": ["minor", "patch"],
"automerge": true