Skip to content

Commit

Permalink
Dependabot for github actions (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwtyler authored Dec 13, 2024
1 parent 727f454 commit f356f6e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ updates:
timezone: America/Los_Angeles
day: tuesday
target-branch: "main"
open-pull-requests-limit: 99
open-pull-requests-limit: 99
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pantheon-systems/validate-readme-spacing@v1
- uses: pantheon-systems/validate-readme-spacing@v1.0.5
with:
filepath: 'README.MD'

0 comments on commit f356f6e

Please sign in to comment.