Skip to content

Commit a0e5daa

Browse files
committed
fix(dependabot): add missing groups for GitHub Actions and Docker ecosystems
1 parent e954254 commit a0e5daa

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,16 @@ updates:
2020
interval: weekly
2121
day: monday
2222
open-pull-requests-limit: 5
23+
groups:
24+
github-actions:
25+
patterns: ["*"]
2326

2427
- package-ecosystem: docker
2528
directory: /
2629
schedule:
2730
interval: weekly
2831
day: monday
2932
open-pull-requests-limit: 5
33+
groups:
34+
docker:
35+
patterns: ["*"]

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -310,9 +310,9 @@ See [CONTRIBUTING.md](CONTRIBUTING.md)
310310

311311
<a href="https://www.star-history.com/?repos=ihor-sokoliuk%2Fmcp-searxng&type=date&legend=top-left">
312312
<picture>
313-
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/chart?repos=ihor-sokoliuk/mcp-searxng&type=date&theme=dark&legend=top-left" />
314-
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/chart?repos=ihor-sokoliuk/mcp-searxng&type=date&legend=top-left" />
315-
<img alt="Star History Chart" src="https://api.star-history.com/chart?repos=ihor-sokoliuk/mcp-searxng&type=date&legend=top-left" />
313+
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/chart?repos=ihor-sokoliuk/mcp-searxng&type=date&theme=dark&legend=top-left&sealed_token=3PM12jxtCH_kuy0dBqtrsBjLGrqf7OTAhSgMHJirQw6hLbxosGxQ5hmJYmUVepCP7Z6KkDwwhn6M6Eokf6MwWlfoSvA7cRjGy4WF__yy0T5cDTWCJ3f4IPtYwcKuwWX3dhc_kTdIyqbv18F9byr3lW-EHAAr5v0nD1iKspFfEnpMnkfvMzTBhLu5XLJG" />
314+
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/chart?repos=ihor-sokoliuk/mcp-searxng&type=date&legend=top-left&sealed_token=3PM12jxtCH_kuy0dBqtrsBjLGrqf7OTAhSgMHJirQw6hLbxosGxQ5hmJYmUVepCP7Z6KkDwwhn6M6Eokf6MwWlfoSvA7cRjGy4WF__yy0T5cDTWCJ3f4IPtYwcKuwWX3dhc_kTdIyqbv18F9byr3lW-EHAAr5v0nD1iKspFfEnpMnkfvMzTBhLu5XLJG" />
315+
<img alt="Star History Chart" src="https://api.star-history.com/chart?repos=ihor-sokoliuk/mcp-searxng&type=date&legend=top-left&sealed_token=3PM12jxtCH_kuy0dBqtrsBjLGrqf7OTAhSgMHJirQw6hLbxosGxQ5hmJYmUVepCP7Z6KkDwwhn6M6Eokf6MwWlfoSvA7cRjGy4WF__yy0T5cDTWCJ3f4IPtYwcKuwWX3dhc_kTdIyqbv18F9byr3lW-EHAAr5v0nD1iKspFfEnpMnkfvMzTBhLu5XLJG" />
316316
</picture>
317317
</a>
318318

0 commit comments

Comments
 (0)