diff options
author | Christian Oliff <christianoliff@pm.me> | 2022-06-28 01:33:41 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-27 18:33:41 +0200 |
commit | 3f8bb2a46daf76f1427f49810d06a210ffbc7016 (patch) | |
tree | 3bb54f8910840e8885a22441159567733dabae67 /.github | |
parent | 924b7ce825962bfe4c16e02eb411c7f66ee75a55 (diff) | |
download | jquery-3f8bb2a46daf76f1427f49810d06a210ffbc7016.tar.gz jquery-3f8bb2a46daf76f1427f49810d06a210ffbc7016.zip |
Build: Add dependabot.yml config (GitHub Actions)
This makes dependabot issue automated PRs to update
GitHub Action versions monthly.
Closes gh-5057
Diffstat (limited to '.github')
-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 |