From 3e791d770967a56a667cc8504b1d8992e4c16db6 Mon Sep 17 00:00:00 2001 From: Robert Stoll Date: Thu, 1 Jan 2026 12:18:59 +0100 Subject: [PATCH 1/2] add gt placeholders to dependabot, remove labels --- .github/dependabot.yml | 8 ++++++-- src/.github/dependabot.yml | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4aa38f1..25c30e7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,8 +14,12 @@ version: 2 updates: - package-ecosystem: github-actions directory: "/" + #gt-placeholder-schedule-start schedule: interval: monthly + #gt-placeholder-schedule-end + #gt-placeholder-pr-limit-start open-pull-requests-limit: 10 - labels: - - "dependencies" + #gt-placeholder-pr-limit-end + #gt-placeholder-extensions-start + #gt-placeholder-extensions-end diff --git a/src/.github/dependabot.yml b/src/.github/dependabot.yml index b38c997..ae21ca8 100644 --- a/src/.github/dependabot.yml +++ b/src/.github/dependabot.yml @@ -11,8 +11,12 @@ version: 2 updates: - package-ecosystem: github-actions directory: "/" + #gt-placeholder-schedule-start schedule: interval: monthly + #gt-placeholder-schedule-end + #gt-placeholder-pr-limit-start open-pull-requests-limit: 10 - labels: - - "dependencies" + #gt-placeholder-pr-limit-end + #gt-placeholder-extensions-start + #gt-placeholder-extensions-end From 96164f90008d590c1b35be7c1231b8462bc4297f Mon Sep 17 00:00:00 2001 From: Robert Stoll Date: Thu, 1 Jan 2026 12:22:41 +0100 Subject: [PATCH 2/2] add gt placeholders for additional steps in cleanup.yml --- .github/workflows/cleanup.yml | 2 ++ src/.github/workflows/cleanup.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index 4d8f35e..9291607 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -42,6 +42,8 @@ jobs: - name: Cleanup Sources run: ./scripts/cleanup-on-push-to-main.sh + #gt-placeholder-additional-steps-start + #gt-placeholder-additional-steps-end - name: Check if actor is collaborator id: check-collaborator diff --git a/src/.github/workflows/cleanup.yml b/src/.github/workflows/cleanup.yml index 3aacb9a..e2c4cad 100644 --- a/src/.github/workflows/cleanup.yml +++ b/src/.github/workflows/cleanup.yml @@ -37,6 +37,8 @@ jobs: - name: Cleanup Sources run: ./scripts/cleanup-on-push-to-main.sh + #gt-placeholder-additional-steps-start + #gt-placeholder-additional-steps-end - name: Check if actor is collaborator id: check-collaborator