From c4a8969409ac1b218222c511e9c12ba6ce9ca247 Mon Sep 17 00:00:00 2001 From: Daniel Widgren Date: Thu, 14 Mar 2024 10:41:39 +0100 Subject: [PATCH] Try to add renovate --- .github/renovate.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .github/renovate.json diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..c85a888 --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,31 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:best-practices" + ], + "packageRules": [ + { + "matchFileNames": [ + ".github/**/*.yml" + ], + "groupName": ".github/**/*.yml" + }, + { + "matchPackagePrefixes": [ + "localhost:", + "tag" + ], + "enabled": false + } + ], + "customManagers": [ + { + "description": "Match Hex.pm-based dependencies in rebar.config", + "customType": "regex", + "matchStrings": [ + "{(?[^,]+), \"(?v?\\d+\\.\\d+(\\.\\d+)?)\"" + ], + "versioningTemplate": "semver" + } + ] + } \ No newline at end of file