We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 727f454 commit f356f6eCopy full SHA for f356f6e
.github/dependabot.yml
@@ -7,4 +7,8 @@ updates:
7
timezone: America/Los_Angeles
8
day: tuesday
9
target-branch: "main"
10
- open-pull-requests-limit: 99
+ open-pull-requests-limit: 99
11
+ - package-ecosystem: "github-actions"
12
+ directory: "/"
13
+ schedule:
14
+ interval: daily
.github/workflows/lint-test.yml
@@ -62,6 +62,6 @@ jobs:
62
runs-on: ubuntu-latest
63
steps:
64
- uses: actions/checkout@v4
65
- - uses: pantheon-systems/validate-readme-spacing@v1
+ - uses: pantheon-systems/validate-readme-spacing@v1.0.5
66
with:
67
filepath: 'README.MD'
0 commit comments