Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 6 additions & 18 deletions renovate-shared-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@
// where you don't want to burn CI credits, while still keeping your branch
// in a mergeable state at all times.
"rebaseWhen": "conflicted",
"customManagers": [
"regexManagers": [
{
"customType": "regex",
"description": "Update ARG version variables in Containerfiles with renovate comments",
"fileMatch": ["(^|/)Containerfile$", "(^|/)Dockerfile$"],
"matchStrings": [
"# renovate: datasource=(?<datasource>[a-z-]+) depName=(?<depName>[^\\s]+)\\s+ARG \\w+version=(?<currentValue>.+)"
Expand All @@ -28,9 +26,7 @@
"packageRules": [
// Group GitHub Actions dependencies
{
"description": [
"GitHub Actions dependencies"
],
"description": "GitHub Actions dependencies",
"matchManagers": [
"github-actions"
],
Expand All @@ -39,9 +35,7 @@
},
// Group Rust dependencies
{
"description": [
"Rust dependencies"
],
"description": "Rust dependencies",
"matchManagers": [
"cargo"
],
Expand All @@ -50,9 +44,7 @@
},
// Group Docker dependencies
{
"description": [
"Docker dependencies"
],
"description": "Docker dependencies",
"matchManagers": [
"dockerfile",
"regex"
Expand All @@ -62,9 +54,7 @@
},
// Disable Containerfile digest pinning
{
"description": [
"Containerfile digest pinning"
],
"description": "Containerfile digest pinning",
"matchManagers": [
"dockerfile"
],
Expand All @@ -75,9 +65,7 @@
// This is due to there not being an easy way to tell Renovate which
// Fedora version is "stable" and which has not been released yet.
{
"description": [
"Disable Fedora OCI updates"
],
"description": "Disable Fedora OCI updates",
"matchManagers": [
"dockerfile",
"github-actions"
Expand Down