fix(ci): fix renovate

This commit is contained in:
Lukasz Mierzwa
2026-02-18 10:47:52 +00:00
committed by Łukasz Mierzwa
parent 809d9f0b47
commit 33f5459a07
2 changed files with 4 additions and 2 deletions

View File

@@ -15,6 +15,8 @@ jobs:
- name: Run Renovate
uses: renovatebot/github-action@v42.0.2
env:
RENOVATE_REPOSITORIES: ${{ github.repository }}
with:
configurationFile: renovate.json
token: ${{ secrets.GH_REPO_TOKEN }}

View File

@@ -9,13 +9,13 @@
{
"description": "Docker base images",
"matchDatasources": ["docker"],
"matchPackagePatterns": ["^debian$", "^node$", "^golang$"],
"matchPackageNames": ["/^debian$/", "/^node$/", "/^golang$/"],
"groupName": "docker-base-images"
},
{
"description": "Bootstrap packages",
"matchDatasources": ["npm"],
"matchPackagePatterns": ["^bootstrap$", "^bootswatch$"],
"matchPackageNames": ["/^bootstrap$/", "/^bootswatch$/"],
"groupName": "bootstrap"
},
{