From 6298f5fa1d158851f55e194981c31c6734d655e1 Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Tue, 8 Nov 2022 06:28:22 +1000 Subject: [PATCH] Revert ".github/dependabot.yml: disable" This reverts commit a98a34e86a3b9b783c03f26fd3d4c45cc8497985. https://github.blog/changelog/2022-11-07-dependabot-pull-requests-off-by-default-for-forks/ --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000000..5ace4600a1f2 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"