From: Christian Oliff Date: Wed, 29 Jun 2022 13:14:31 +0000 (+0900) Subject: Build: Add dependabot.yml config (GitHub Actions) X-Git-Tag: 1.13.2~13 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d66fdd5c9a1afac13138c7f48b068c36236b9358;p=jquery-ui.git Build: Add dependabot.yml config (GitHub Actions) Closes gh-2093 Ref jquery/jquery#5057 --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..6fff16c79 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: monthly