Skip to content

Commit c554755

Browse files
authored
Add Dependabot configuration and validate GitHub Actions (#22) [no ci]
* add dependabot file * validate the action yml file too
1 parent 7988871 commit c554755

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.github/dependabot.yml

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

.github/workflows/lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ jobs:
44
lint:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v4
7+
- uses: actions/checkout@v5
8+
- uses: jazzsequence/github-action-validator@v1
89
- name: Lint
910
run: shellcheck bin/*.sh

0 commit comments

Comments
 (0)