Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 6 additions & 2 deletions src/.github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions src/.github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down