Skip to content

Commit f356f6e

Browse files
authored
Dependabot for github actions (#92)
1 parent 727f454 commit f356f6e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,8 @@ updates:
77
timezone: America/Los_Angeles
88
day: tuesday
99
target-branch: "main"
10-
open-pull-requests-limit: 99
10+
open-pull-requests-limit: 99
11+
- package-ecosystem: "github-actions"
12+
directory: "/"
13+
schedule:
14+
interval: daily

.github/workflows/lint-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ jobs:
6262
runs-on: ubuntu-latest
6363
steps:
6464
- uses: actions/checkout@v4
65-
- uses: pantheon-systems/validate-readme-spacing@v1
65+
- uses: pantheon-systems/validate-readme-spacing@v1.0.5
6666
with:
6767
filepath: 'README.MD'

0 commit comments

Comments
 (0)