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/.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/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 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