This is an automated email from the ASF dual-hosted git repository. bossenti pushed a commit to branch fix/dependabot-label in repository https://gitbox.apache.org/repos/asf/streampipes.git
commit 595edcb6bd6309bfa398911d68ff1fb332983268 Author: bossenti <[email protected]> AuthorDate: Mon Feb 6 21:27:18 2023 +0100 chore(gh-actions): configure custom label for GitHub actions --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8ceade85e..7459b3fda 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,6 +17,8 @@ version: 2 updates: - package-ecosystem: "github-actions" directory: "/" + labels: + - "gh-actions" schedule: interval: "daily" - package-ecosystem: "maven"
