From 7ba4dd35a7ada373aeea35fe0935113b39f9f5e3 Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Fri, 20 Sep 2024 00:22:05 +0200 Subject: [PATCH 1/2] Remove main-0.10.x from dependabot Signed-off-by: Christian Wolf --- .github/dependabot.yml | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 918ef7ae0..d69bbecb3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -29,29 +29,3 @@ updates: time: "02:50" open-pull-requests-limit: 10 -- package-ecosystem: npm - directory: "/" - target-branch: main-0.10.x - schedule: - interval: daily - time: "03:00" - timezone: Europe/Paris - open-pull-requests-limit: 10 -- package-ecosystem: composer - directory: "/" - target-branch: main-0.10.x - schedule: - interval: daily - time: "03:00" - timezone: Europe/Paris - open-pull-requests-limit: 10 -- package-ecosystem: github-actions - directory: "/" - target-branch: main-0.10.x - schedule: - timezone: Europe/Berlin - interval: daily - time: "02:50" - open-pull-requests-limit: 10 - - From 0fc17b104aea7620f56c57603443f6d7ce5eca88 Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Fri, 20 Sep 2024 00:25:35 +0200 Subject: [PATCH 2/2] Update Changelog Signed-off-by: Christian Wolf --- .changelog/current/2513-drop-version-0.10.x-version.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/current/2513-drop-version-0.10.x-version.md diff --git a/.changelog/current/2513-drop-version-0.10.x-version.md b/.changelog/current/2513-drop-version-0.10.x-version.md new file mode 100644 index 000000000..8d9020d83 --- /dev/null +++ b/.changelog/current/2513-drop-version-0.10.x-version.md @@ -0,0 +1,3 @@ +# Maintenance + +- Drop old main-0.10.x branch from Dependabot