From ed80c4af7239425f3590971c18032e62656a621e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Petter=20Kr=C3=BCger?= Date: Fri, 31 May 2024 16:06:26 +0200 Subject: [PATCH] chore(deps): add github actions to the dependabot checks --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2d5c4d6..1076b85 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,3 +11,7 @@ updates: interval: "daily" ignore: - dependency-name: "org.apache.maven.plugins:maven-compiler-plugin" + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: "daily"