From 200b472c7332183c707a7fe425d6346519b205d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eligio=20Mari=C3=B1o?= <22875166+gmeligio@users.noreply.github.com> Date: Sun, 17 Sep 2023 19:30:58 +0200 Subject: [PATCH] ci: automerge chainguard digest changes (#79) --- .github/renovate.json | 8 ++++++++ .prettierrc.yml | 3 +++ 2 files changed, 11 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index 377e5f6..b30c715 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,6 +1,14 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:base"], + "packageRules": [ + { + "matchManagers": ["github-actions"], + "matchPackageNames": ["chainguard-dev/actions"], + "automerge": true, + "pinDigests": true + } + ], "regexManagers": [ { "fileMatch": ["^Dockerfile$"], diff --git a/.prettierrc.yml b/.prettierrc.yml index c81902d..0da19e0 100644 --- a/.prettierrc.yml +++ b/.prettierrc.yml @@ -6,3 +6,6 @@ overrides: - files: '*.json' options: tabWidth: 4 + - files: 'renovate.json' + options: + tabWidth: 2