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
#29)

# Description

Use the runner, repository and default configuration files defined in
the new dedicated repository.

## Type of change

:sparkles: New feature (non-breaking change which adds functionality).
  • Loading branch information
gsuquet committed Jun 27, 2024
1 parent 39e45a0 commit f1477ec
Show file tree
Hide file tree
Showing 4 changed files with 21 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"
"github>gsuquet/renovate-config:renovate-default-github",
"github>gsuquet/renovate-config:renovate-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.

36 changes: 18 additions & 18 deletions renovate-runner-config.json
Original file line number Diff line number Diff line change
@@ -1,21 +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",
"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": ["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 f1477ec

Please sign in to comment.