Skip to content

Commit

Permalink
Mon May 20 02:09:09 PM CDT 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
komish committed May 20, 2024
1 parent 850f4c2 commit 6777d79
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/renovate-chkconfig.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

name: Validate renovate config
on:
workflow_dispatch:
pull_request:
paths:
- 'renovate.json5'
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: suzuki-shunsuke/github-action-renovate-config-validator@v1.0.1
10 changes: 6 additions & 4 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"enabledManagers": [
"gomod"
"gomod",
"pip_requirements",
"github-actions"
],
"extends": [
"group:kubernetes",
Expand All @@ -10,10 +12,10 @@
"platform": "github",
"branchPrefix": "renovate/",
"repositories": [
"practice-room/chart-verifier"
"redhat-certification/chart-verifier"
],
"dependencyDashboard": true,
"postUpdateOptions": [
"gomodTidy"
]
],
"automerge": false
}

0 comments on commit 6777d79

Please sign in to comment.