This is an automated email from the ASF dual-hosted git repository. mgrigorov pushed a commit to branch fix-minor-warnings-from-rust-1.66.0 in repository https://gitbox.apache.org/repos/asf/avro.git
commit e0938ffa3218e94412b43127c85e6a9c3e742e78 Author: Martin Tzvetanov Grigorov <[email protected]> AuthorDate: Fri Dec 16 09:30:20 2022 +0200 Remove a non-existing label that dependabot tries to set when creating a PR Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> --- .github/dependabot.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 300539e2e..0059d8f55 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -85,7 +85,6 @@ updates: interval: "daily" open-pull-requests-limit: 20 target-branch: master - labels: [auto-dependencies] - package-ecosystem: "github-actions" directory: "/"
