This is an automated email from the ASF dual-hosted git repository.
bossenti pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git
The following commit(s) were added to refs/heads/dev by this push:
new 3d5db5bb4 chore(gh-actions): configure custom label for GitHub actions
(#1229)
3d5db5bb4 is described below
commit 3d5db5bb4d0c9539e50537cd7d27170173cf8fe6
Author: Tim <[email protected]>
AuthorDate: Wed Feb 8 20:36:21 2023 +0100
chore(gh-actions): configure custom label for GitHub actions (#1229)
* chore(gh-actions): configure custom label for GitHub actions
* add missing label
---
.github/dependabot.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 8ceade85e..93334f5e9 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -17,6 +17,9 @@ version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
+ labels:
+ - "gh-actions"
+ - "dependencies"
schedule:
interval: "daily"
- package-ecosystem: "maven"