Skip to content

Commit

Permalink
chore(files): renovate.json managed by Terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
is-devops-bot committed Feb 27, 2024
1 parent edb7d24 commit 716995a
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"regexManagers": [
{
"fileMatch": ["(^|/)rockcraft.yaml$"],
"description": "Update base image references",
"matchStringsStrategy": "any",
"matchStrings": ["# renovate: build-base:\\s+(?<depName>[^:]*):(?<currentValue>[^\\s@]*)(@(?<currentDigest>sha256:[0-9a-f]*))?",
"# renovate: base:\\s+(?<depName>[^:]*):(?<currentValue>[^\\s@]*)(@(?<currentDigest>sha256:[0-9a-f]*))?"],
"datasourceTemplate": "docker",
"versioningTemplate": "ubuntu"
}
],
"packageRules": [
{
"enabled": true,
"matchDatasources": [
"docker"
],
"pinDigests": true
},
{
"matchFiles": ["rockcraft.yaml"],
"matchUpdateTypes": ["major", "minor", "patch"],
"enabled": false
}
]
}

0 comments on commit 716995a

Please sign in to comment.