From b7ba5402dd11b9e3ec39e45032ff7031643c78ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vykintas=20Baltru=C5=A1aitis?= Date: Tue, 28 Nov 2023 13:48:31 +0200 Subject: [PATCH 1/2] Config dependabot to only request security updates --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b38df29f4..5589d2f24 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,5 @@ updates: directory: "/" schedule: interval: "daily" + # This setting does not affect security updates + open-pull-requests-limit: 0 \ No newline at end of file From b838c90b6fa44670b3ca8de67e0a70d2ce717234 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vykintas=20Baltru=C5=A1aitis?= Date: Tue, 28 Nov 2023 13:52:37 +0200 Subject: [PATCH 2/2] Add town crier update --- .../+dependabot-disable-non-security-updates.infrastructure.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/+dependabot-disable-non-security-updates.infrastructure.md diff --git a/changelog.d/+dependabot-disable-non-security-updates.infrastructure.md b/changelog.d/+dependabot-disable-non-security-updates.infrastructure.md new file mode 100644 index 000000000..49dc84bac --- /dev/null +++ b/changelog.d/+dependabot-disable-non-security-updates.infrastructure.md @@ -0,0 +1 @@ +Disable dependabot requests for updates unrelated to security issues. \ No newline at end of file