diff options
author | Marc Mueller <30130371+cdce8p@users.noreply.github.com> | 2021-05-10 12:29:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-10 12:29:16 +0200 |
commit | 1f7578106331cd4eb569a2ae1b97ec1731a11013 (patch) | |
tree | e26ef1d8cc297fb2e006184684dd08f538e89089 /.github | |
parent | ca70201703806361ae50a9705a2801c6f324e8c3 (diff) | |
download | pylint-git-1f7578106331cd4eb569a2ae1b97ec1731a11013.tar.gz |
Change rebase-strategy dependabot (#4462)
Diffstat (limited to '.github')
-rw-r--r-- | .github/dependabot.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 951a689d5..877047a07 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,7 @@ updates: labels: - "dependency" open-pull-requests-limit: 10 + rebase-strategy: "disabled" - package-ecosystem: "github-actions" directory: "/" @@ -15,3 +16,4 @@ updates: labels: - "dependency" open-pull-requests-limit: 10 + rebase-strategy: "disabled" |