From 58e8cf3ff3c819bed791a5367cf908bac2bcc0c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Mon, 17 Jul 2023 23:55:28 +0200 Subject: [PATCH] Enable Dependabot again We disabled Dependabot in commit a8d6b9b33 because it would automatically create pull requests on every fork. But since November 2022 Dependabot no longer behaves that way [1], so now we can safely enable it without spamming every repository in our community. [1] https://github.blog/changelog/2022-11-07-dependabot-pull-requests-off-by-default-for-forks/ --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..29b293459 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +version: 2 +updates: +- package-ecosystem: bundler + directory: "/" + schedule: + interval: daily + time: "04:00" + timezone: Etc/UTC + open-pull-requests-limit: 25