mirror of
https://github.com/prymitive/karma
synced 2026-05-19 04:26:41 +00:00
fix(ci): fix renovate
This commit is contained in:
committed by
Łukasz Mierzwa
parent
809d9f0b47
commit
33f5459a07
2
.github/workflows/renovate.yml
vendored
2
.github/workflows/renovate.yml
vendored
@@ -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 }}
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user