From 4ee147d3ddd8c17f7f5045653611f376c08c786e Mon Sep 17 00:00:00 2001 From: Florian Trayon <26360935+FlorianLeChat@users.noreply.github.com> Date: Sat, 30 Sep 2023 21:12:54 +0200 Subject: [PATCH] Added automatic updates by Dependabot --- .github/dependabot.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..70456c4 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,21 @@ +version: 2 +updates: + + # Maintain dependencies for GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates managed by GitHub Actions once a month + interval: "monthly" + + # Maintain dependencies for npm + - package-ecosystem: "npm" + directory: "/" + schedule: + # Check for updates managed by npm once a month + interval: "monthly" + groups: + # Group together all dependencies in a single pull request + dependencies: + patterns: + - "*"