Skip to content

Commit ed697a2

Browse files
committed
Add Dependabot configuration for GitHub Actions updates
1 parent 80ccabe commit ed697a2

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"

.github/workflows/main.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
paths-ignore:
66
- '**.md'
7-
pull_request:
87
schedule:
98
- cron: '30 0 * * *'
109
# │ │ │ │ │───────────── day of the week (0 - 6 or SUN-SAT)
@@ -63,7 +62,7 @@ jobs:
6362
PHPTS: ${{ matrix.ts }}
6463

6564
- name: Checkout Code
66-
uses: actions/checkout@v2
65+
uses: actions/checkout@v6
6766
with:
6867
fetch-depth: 1
6968

@@ -102,6 +101,3 @@ jobs:
102101
Write-Output "::endgroup::"
103102
104103
exit $exitCode
105-
106-
107-

0 commit comments

Comments
 (0)