This is an automated email from the ASF dual-hosted git repository. jdanek pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git
The following commit(s) were added to refs/heads/master by this push: new e1fa31d NO-JIRA Disable automatic rebase in dependabot.yml (#810) e1fa31d is described below commit e1fa31deb0322f1ece212d4af938e976d75425c7 Author: Jiri Daněk <jda...@redhat.com> AuthorDate: Tue Aug 4 18:19:05 2020 +0200 NO-JIRA Disable automatic rebase in dependabot.yml (#810) --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0808f50..2217a9a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -22,7 +22,18 @@ version: 2 updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + rebase-strategy: "disabled" + - package-ecosystem: "maven" + directory: "/" + schedule: + interval: "daily" + rebase-strategy: "disabled" - package-ecosystem: "npm" directory: "/console/react" schedule: interval: "daily" + rebase-strategy: "disabled" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org