From 13e6feac4cf1e655837c4f73900e0146b7e0aa97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ricks?= Date: Thu, 29 Jun 2023 14:17:54 +0200 Subject: [PATCH] Change: Use main branch as target for dependabot updates Only the main branch will get updates from now on. --- .github/dependabot.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7a5bf0f13c..6e3886352b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,7 +2,7 @@ version: 2 updates: - package-ecosystem: npm directory: '/' - target-branch: "stable" + target-branch: "main" schedule: interval: monthly time: '04:00' @@ -47,9 +47,3 @@ updates: directory: '/' schedule: interval: 'weekly' - - - package-ecosystem: 'github-actions' - directory: '/' - target-branch: "oldstable" - schedule: - interval: 'weekly'