Skip to content

Commit

Permalink
Merge pull request #14 from sun-asterisk-research/renovate/configure
Browse files Browse the repository at this point in the history
chore: Configure Renovate
  • Loading branch information
sondt-1245 authored Jul 1, 2024
2 parents 0fe9af5 + 57320b7 commit 5736623
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":automergeMinor",
":automergeDigest",
"helpers:pinGitHubActionDigests",
"github>aquaproj/aqua-renovate-config#2.3.1",
],
"labels": [
"renovate",
"renovate/{{depName}}",
],
"regexManagers": [
{
"description": "Update actions/runner version",
"fileMatch": ["^Dockerfile"],
"matchStrings": ["RUNNER_VERSION=(?<currentValue>.*?)\\s"],
"depNameTemplate": "actions/runner",
"datasourceTemplate": "github-releases",
"extractVersionTemplate": "^v(?<version>.*)$"
},
],
"packageRules": [
{
"description": "Disable docker because regexManager updates it",
"matchDepNames": ["ghcr.io/actions/actions-runner"],
"matchDatasources": ["docker"],
"enabled": false,
},
{
"description": "Group actions-runner-controller charts",
"matchDepNames": [
"gha-runner-scale-set-controller",
"gha-runner-scale-set",
],
"groupName": "actions-runner-controller-charts",
},
]
}

0 comments on commit 5736623

Please sign in to comment.