From 7757a597d9eda16d35200353b340a7d8ed9260b7 Mon Sep 17 00:00:00 2001 From: Yannick Daveluy Date: Sun, 18 Aug 2024 17:27:40 +0200 Subject: [PATCH] Create dependabot.yml --- .github/dependabot.yml | 16 ++++++++++++++++ .github/workflows/main.yml | 3 ++- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..ed2dd99 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "maven" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 10 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 54fdcd3..8a3ea10 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,8 @@ jobs: with: java-version: 17 distribution: adopt - + - name: Setup Maven Action + uses: s4u/setup-maven-action@v1.14.0 # Maven build start - name: Cache Maven packages uses: actions/cache@v2