Skip to content

Commit

Permalink
have renovate only run hourly and on updates to its own files
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot committed Nov 17, 2024
1 parent 5453b6a commit 72066d4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ on:
push:
branches:
- main
paths-ignore:
- "README.md"
- "**/README.md"
paths:
- ".github/workflows/renovate.yml"
- ".github/renovate-config.json"
- "renovate.json"
jobs:
renovate:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 72066d4

Please sign in to comment.