diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dc2760e..e79db38 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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'