Skip to content

Commit

Permalink
feat(renovate): move the configuration files to a dedicated repository
Browse files Browse the repository at this point in the history
  • Loading branch information
gsuquet committed Jun 27, 2024
1 parent 39e45a0 commit a33f573
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 99 deletions.
4 changes: 3 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"description": "Renovate GitHub self-hosted runner repository configuration",
"extends": [
"local>gsuquet/renovate:renovate-repo-config"
"local>gsuquet/renovate-config//default:github",
"local>gsuquet/renovate-config//repo"
]
}
65 changes: 0 additions & 65 deletions renovate-default-config.json

This file was deleted.

15 changes: 0 additions & 15 deletions renovate-repo-config.json

This file was deleted.

19 changes: 1 addition & 18 deletions renovate-runner-config.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"description": "Renovate self-hosted runner configuration",
"autodiscover": true,
"autodiscoverFilter": ["gsuquet/*"],
"branchPrefix": "gsuquet/renovate/",
"dependencyDashboardTitle": "Dependency Dashboard (self-hosted)",
"gitAuthor": "Renovate Bot <bot@renovateapp.com>",
"onboarding": true,
"onboardingConfig": {
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["local>gsuquet/renovate:renovate-default-config"]
},
"onboardingConfigFileName": ".github/renovate.json",
"onboardingBranch": "chore/renovate/onboarding",
"onboardingCommitMessage": "chore(config): add renovate",
"onboardingPrTitle": "chore(renovate): onboarding and configuration",
"platform": "github",
"platformCommit": true,
"prCommitsPerRunLimit": 0
"extends": ["local>gsuquet/renovate-config//renovate/runner:github"]
}

0 comments on commit a33f573

Please sign in to comment.