From 81bcfbdc654f9da9f4c99b0d16fc1217eec0a8e4 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 5 Jun 2025 23:10:57 +0000 Subject: Migrate from Gitea Actions to GitHub Actions --- .github/renovate.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/renovate.json (limited to '.github/renovate.json') diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..7904aa8 --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,16 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["config:recommended", ":disableDependencyDashboard"], + "assignees": ["valentineus"], + "labels": ["dependencies", "automated"], + "packageRules": [ + { + "description": "Group patch & minor updates together", + "groupName": "all digest updates", + "groupSlug": "all-digest", + "matchUpdateTypes": ["minor", "patch", "pin", "digest"], + "matchPackageNames": ["*"], + "automerge": true + } + ] +} -- cgit v1.2.3