diff options
author | David Lord <davidism@gmail.com> | 2021-04-28 13:52:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-28 13:52:40 -0700 |
commit | 5642aa32b1baf980ef77a8f2597ccd0ca963fa5f (patch) | |
tree | c7dad4a82b288aec3a8eb6e22beebf4eab7c21d9 | |
parent | 7bd7aa11d4cca2cc4d46657b0e0aa226cd60e944 (diff) | |
parent | b6d8fbc1daaf458e1028c2ea0916de8837ac8709 (diff) | |
download | markupsafe-5642aa32b1baf980ef77a8f2597ccd0ca963fa5f.tar.gz |
Merge pull request #205 from pallets/dependabot/add-v2-config-file
Upgrade to GitHub-native Dependabot
-rw-r--r-- | .github/dependabot.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..86e010d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: +- package-ecosystem: pip + directory: "/" + schedule: + interval: monthly + time: "08:00" + open-pull-requests-limit: 99 |