Skip to content

Commit

Permalink
fix(runner): add back the runner configuration directly in repository
Browse files Browse the repository at this point in the history
  • Loading branch information
gsuquet committed Jun 27, 2024
1 parent ae83793 commit 3bc261b
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion renovate-runner-config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
{
"$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": ["github>gsuquet/renovate-config:renovate-runner-github"]
"extends": ["github>gsuquet/renovate:renovate-default-github"]
},
"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
}

0 comments on commit 3bc261b

Please sign in to comment.