Skip to content

Commit

Permalink
Improve Dependabot configuration
Browse files Browse the repository at this point in the history
Include GitHub Actions.
  • Loading branch information
jvirtanen committed Oct 22, 2023
1 parent 1917e1d commit 3730393
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ updates:
ignore:
- dependency-name: 'com.puppycrawl.tools:checkstyle'
update-types: ['version-update:semver-major']
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'weekly'

0 comments on commit 3730393

Please sign in to comment.