Skip to content

Commit

Permalink
Ignore further packages in renovate config (#831)
Browse files Browse the repository at this point in the history
* ci: ignore consumer-api

* cI: ignore window_size

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
tnotheis and mergify[bot] authored Sep 2, 2024
1 parent 6cf4f33 commit 323f669
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,13 @@
{
// the docker images in this list are created and used by our pipelines and can therefore not to be updated by renovate
matchDatasources: ["docker"],
packageNames: ["admin-ui", "event-handler-service", "sse-server", "database-migrator", "admin-cli"],
packageNames: ["consumer-api", "admin-ui", "event-handler-service", "sse-server", "database-migrator", "admin-cli"],
enabled: false
},
{
// the dart packages in this list is fetched directly from git and therefore doesn't have a version
matchDatasources: ["dart"],
packageNames: ["window_size"],
enabled: false
},

Expand Down

0 comments on commit 323f669

Please sign in to comment.