From 70f11be3e53650ae26b54945b81d3a46616330a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janusz=20=C5=BBukowicz?= Date: Wed, 31 Jan 2024 19:44:39 +0000 Subject: [PATCH] Add dependabot configuration --- .github/dependabot.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..43a970c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,20 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + allow: + - dependency-type: all + schedule: + interval: weekly + pull-request-branch-name: + separator: '-' + open-pull-requests-limit: 20 + - package-ecosystem: composer + directory: / + allow: + - dependency-type: all + schedule: + interval: weekly + pull-request-branch-name: + separator: '-' + open-pull-requests-limit: 20