Skip to content

Commit

Permalink
run on all paths except readme files
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot committed Nov 17, 2024
1 parent 35c8d4b commit 4474787
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ on:
push:
branches:
- main
paths:
- ".github/renovate-config.json"
- ".github/workflows/renovate.yml"
- "renovate.json"
- "scripts/**"
paths-ignore:
- "README.md"
- "**/README.md"
jobs:
renovate:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4474787

Please sign in to comment.