From 1dfec22d3ce052497bb3092c1f1511d1de21fc06 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 27 Mar 2025 16:11:45 +0100 Subject: [PATCH] renovate: for chainguard see https://github.com/dependabot/dependabot-core/issues/2057 --- .github/renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/renovate.json diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..b0c33ff --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "github>elastic/renovate-config:only-chainguard" + ] +} \ No newline at end of file