File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3+ "extends" : [" config:recommended" ],
4+ "prHourlyLimit" : 10 ,
5+ "labels" : [" renovate" ],
6+ "repositories" : [" stackitcloud/stackit-cli" ],
7+ "enabledManagers" : [" gomod" , " github-actions" ],
8+ "packageRules" : [
9+ {
10+ "matchSourceUrls" : [" https://github.com/stackitcloud/stackit-sdk-go" ],
11+ "groupName" : " STACKIT SDK modules"
12+ }
13+ ],
14+ "postUpdateOptions" : [" gomodTidy" , " gomodUpdateImportPaths" ]
15+ }
Original file line number Diff line number Diff line change 1+ name : Renovate
2+
3+ on :
4+ schedule :
5+ - cron : " 0 0 * * *"
6+ workflow_dispatch :
7+
8+ jobs :
9+ renovate :
10+ name : Renovate
11+ runs-on : ubuntu-latest
12+ steps :
13+ - name : Checkout
14+ uses : actions/checkout@v4
15+ - name : Self-hosted Renovate
16+ uses : renovatebot/github-action@v40.0.3
17+ with :
18+ configurationFile : .github/renovate.json
19+ token : ${{ secrets.RENOVATE_TOKEN }}
You can’t perform that action at this time.
0 commit comments