This is an automated email from the ASF dual-hosted git repository. apupier pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/main by this push: new e4d5abe8321 chore: fix dependabot config e4d5abe8321 is described below commit e4d5abe832101bc82e48957ddf6ce00de22a2c85 Author: Aurélien Pupier <apup...@redhat.com> AuthorDate: Fri Dec 20 16:08:38 2024 +0100 chore: fix dependabot config the * must be enclosed in quotes to be a valid yaml Signed-off-by: Aurélien Pupier <apup...@redhat.com> --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0b0026236ef..1246ee0c4bf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,4 +9,4 @@ updates: schedule: interval: weekly allow: - - dependency-name: *-plugin + - dependency-name: "*-plugin"