Skip to content

Commit 5361d4d

Browse files
authored
Merge pull request #173 from tegonal/feature/placeholders
Feature/placeholders
2 parents 2f80a7d + 96164f9 commit 5361d4d

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,12 @@ version: 2
1414
updates:
1515
- package-ecosystem: github-actions
1616
directory: "/"
17+
#gt-placeholder-schedule-start
1718
schedule:
1819
interval: monthly
20+
#gt-placeholder-schedule-end
21+
#gt-placeholder-pr-limit-start
1922
open-pull-requests-limit: 10
20-
labels:
21-
- "dependencies"
23+
#gt-placeholder-pr-limit-end
24+
#gt-placeholder-extensions-start
25+
#gt-placeholder-extensions-end

.github/workflows/cleanup.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242

4343
- name: Cleanup Sources
4444
run: ./scripts/cleanup-on-push-to-main.sh
45+
#gt-placeholder-additional-steps-start
46+
#gt-placeholder-additional-steps-end
4547

4648
- name: Check if actor is collaborator
4749
id: check-collaborator

src/.github/dependabot.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,12 @@ version: 2
1111
updates:
1212
- package-ecosystem: github-actions
1313
directory: "/"
14+
#gt-placeholder-schedule-start
1415
schedule:
1516
interval: monthly
17+
#gt-placeholder-schedule-end
18+
#gt-placeholder-pr-limit-start
1619
open-pull-requests-limit: 10
17-
labels:
18-
- "dependencies"
20+
#gt-placeholder-pr-limit-end
21+
#gt-placeholder-extensions-start
22+
#gt-placeholder-extensions-end

src/.github/workflows/cleanup.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737

3838
- name: Cleanup Sources
3939
run: ./scripts/cleanup-on-push-to-main.sh
40+
#gt-placeholder-additional-steps-start
41+
#gt-placeholder-additional-steps-end
4042

4143
- name: Check if actor is collaborator
4244
id: check-collaborator

0 commit comments

Comments
 (0)