diff options
author | Marc Mueller <30130371+cdce8p@users.noreply.github.com> | 2021-02-21 22:17:53 +0100 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-02-28 21:52:27 +0100 |
commit | e50af7d0a758c802e19d90d88f9eca6d9dff117e (patch) | |
tree | cb9967f57d21c3697a030ba2ce55238007e2d177 /.github | |
parent | 7a3f53a437c3445a5fabe0814f5641ebfd9b1baf (diff) | |
download | pylint-git-e50af7d0a758c802e19d90d88f9eca6d9dff117e.tar.gz |
Add dependabot config
Diffstat (limited to '.github')
-rw-r--r-- | .github/dependabot.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..c4d0ea891 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,17 @@ +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "daily" + labels: + - "dependency" + open-pull-requests-limit: 10 + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + labels: + - "dependency" + open-pull-requests-limit: 10 |