From e0443e309a4660b6558101d7db27a6f829df6915 Mon Sep 17 00:00:00 2001 From: Dirk de Visser Date: Wed, 21 Feb 2024 15:56:48 +0100 Subject: [PATCH] chore(dependabot): add a simple dependabot config Signed-off-by: Dirk de Visser --- .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..61e1ab7 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,21 @@ +version: 2 + +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily + time: 04:15 + groups: + all: + # Group all updates in a single PR. We have pretty stable actions all around, so minimize churn. + patterns: + - "*" + + - package-ecosystem: npm + directory: / + schedule: + interval: daily + time: 04:15 + versioning-strategy: increase-if-necessary + # TODO: apply groups