From d66fdd5c9a1afac13138c7f48b068c36236b9358 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Wed, 29 Jun 2022 22:14:31 +0900 Subject: [PATCH] Build: Add dependabot.yml config (GitHub Actions) Closes gh-2093 Ref jquery/jquery#5057 --- .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 00000000000..6fff16c7942 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: monthly