diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..75e7334 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,19 @@ +version: 2 +updates: + # Maintain dependencies for GitHub Actions + - package-ecosystem: "github-actions" + directories: + - "/" + - "/.github/actions/*/" + schedule: + interval: "daily" + + # Maintain Java dependencies for the Gradle multi-project build. + - package-ecosystem: "gradle" + directory: "/" + schedule: + interval: "weekly" + day: "monday" + time: "03:00" + timezone: "Europe/Amsterdam" + rebase-strategy: disabled # Prevent unnecessary pipeline runs