From 9e0e02cdab996acad0bf74f43730045f81a71133 Mon Sep 17 00:00:00 2001 From: Anders Rognstad Date: Thu, 23 May 2024 09:55:53 +0200 Subject: [PATCH] Add dependabot.yml --- .github/dependabot.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..865f637 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,21 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + time: "07:00" + open-pull-requests-limit: 10 + + - package-ecosystem: npm + directory: "/" + schedule: + interval: weekly + open-pull-requests-limit: 10 + groups: + minor-and-patch: + patterns: + - "*" + update-types: + - "minor" + - "patch"