diff options
author | Christian Oliff <christianoliff@pm.me> | 2022-06-29 22:14:31 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-29 15:14:31 +0200 |
commit | d66fdd5c9a1afac13138c7f48b068c36236b9358 (patch) | |
tree | 55839a4295a8b05e4aff446ae4967439ad1ca0e0 | |
parent | 50d35e60f1c93859edab183890a5a2f1a80879f1 (diff) | |
download | jquery-ui-d66fdd5c9a1afac13138c7f48b068c36236b9358.tar.gz jquery-ui-d66fdd5c9a1afac13138c7f48b068c36236b9358.zip |
Build: Add dependabot.yml config (GitHub Actions)
Closes gh-2093
Ref jquery/jquery#5057
-rw-r--r-- | .github/dependabot.yml | 6 |
1 files changed, 6 insertions, 0 deletions
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 |