diff options
author | Christian Oliff <christianoliff@pm.me> | 2022-06-28 01:33:41 +0900 |
---|---|---|
committer | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2022-06-27 18:34:50 +0200 |
commit | 5a363017cf80c3329bace5b45812a9dc10fcde7c (patch) | |
tree | 384353ddb89636d7473f157ec7cc56141cd8e0cc /.github | |
parent | 9bc0df70be9455128a26f2e726213f0d544c70d4 (diff) | |
download | jquery-5a363017cf80c3329bace5b45812a9dc10fcde7c.tar.gz jquery-5a363017cf80c3329bace5b45812a9dc10fcde7c.zip |
Build: Add dependabot.yml config (GitHub Actions)
This makes dependabot issue automated PRs to update
GitHub Action versions monthly.
Closes gh-5057
(cherry picked from commit 3f8bb2a46daf76f1427f49810d06a210ffbc7016)
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 |