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 81a898842 add github-actions to denpendabot config (#1205)
81a898842 is described below
commit 81a89884241c9952cf9ad4c9b6db10378c4977eb
Author: WaterLemons2k <[email protected]>
AuthorDate: Thu Feb 2 23:39:33 2023 +0800
add github-actions to denpendabot config (#1205)
---
.github/dependabot.yml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index d1a64c029..8ceade85e 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -15,6 +15,10 @@
version: 2
updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "daily"
- package-ecosystem: "maven"
directory: "/"
schedule:
@@ -53,4 +57,4 @@ updates:
interval: "daily"
ignore:
- dependency-name: "*"
- update-types: [ "version-update:semver-patch" ]
\ No newline at end of file
+ update-types: [ "version-update:semver-patch" ]