/kind task
Which area is this issue related to?
/area ci
Issue Description
Implement the renovate bot and organization wide configuration under the devfile GitHub organization.
renovate-config.json:
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"helpers:pinGitHubActionDigests",
":gitSignOff"
],
"timezone": "America/Toronto",
"enabledManagers": ["github-actions"],
"packageRules": [
{
"matchManagers": ["github-actions"],
"groupName": "github actions",
"groupSlug": "github-actions",
"commitMessageTopic": "{{depName}}"
},
{
"description": "Schedule Konflux tekton task updates Tuesday and Thursday nights (9 PM - 12 AM)",
"matchManagers": ["tekton"],
"schedule": ["* 21-23 * * 2,4"]
}
],
"prHourlyLimit": 20,
"prConcurrentLimit": 1
}
Acceptance Criteria
/kind task
Which area is this issue related to?
/area ci
Issue Description
Implement the renovate bot and organization wide configuration under the devfile GitHub organization.
renovate-config.json:{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:base", "helpers:pinGitHubActionDigests", ":gitSignOff" ], "timezone": "America/Toronto", "enabledManagers": ["github-actions"], "packageRules": [ { "matchManagers": ["github-actions"], "groupName": "github actions", "groupSlug": "github-actions", "commitMessageTopic": "{{depName}}" }, { "description": "Schedule Konflux tekton task updates Tuesday and Thursday nights (9 PM - 12 AM)", "matchManagers": ["tekton"], "schedule": ["* 21-23 * * 2,4"] } ], "prHourlyLimit": 20, "prConcurrentLimit": 1 }Acceptance Criteria
devfile/.githuborganization configuration repositorydevfile/.githuborganization configuration repository