Skip to content

Commit

Permalink
CI: renovate-bot update configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
romain-dartigues committed May 24, 2024
1 parent cc55bb9 commit 8e6268f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"extends": ["config:recommended", ":disableDependencyDashboard"],
"customManagers": [
{
"customType": "regex",
"fileMatch": [ "^Dockerfile$"],
"fileMatch": ["^Dockerfile$"],
"matchStrings": [
"renovate: datasource=(?<datasource>\\S*?)\\s+depName=(?<depName>\\S*)\\s*(?:versioning=(?<versioning>\\S*))?.*\\n.*?_VERSION=(?<currentValue>\\S+)"
],
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
uses: renovatebot/[email protected]
with:
docker-user: root
configurationFile: .github/renovate.config
configurationFile: .github/renovate.json
token: ${{ secrets.PAASBOT_TOKEN }}

0 comments on commit 8e6268f

Please sign in to comment.