diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0238179f29cf..fe78effef90e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -41,11 +41,13 @@ updates: - dependabot - Team:Security-External Integrations allow: - # Skip github.com/elastic/mito because it requires documentation updates. - dependency-name: github.com/elastic/go-libaudit/* - dependency-name: github.com/elastic/go-perf - dependency-name: github.com/elastic/go-seccomp-bpf - dependency-name: github.com/elastic/toutoumomoma + ignore: + # Skip github.com/elastic/mito because it requires documentation updates. + - dependency-name: github.com/elastic/mito reviewers: - elastic/security-external-integrations open-pull-requests-limit: 2 diff --git a/CHANGELOG-developer.next.asciidoc b/CHANGELOG-developer.next.asciidoc index 751afbb13b07..2c398dd3d5c3 100644 --- a/CHANGELOG-developer.next.asciidoc +++ b/CHANGELOG-developer.next.asciidoc @@ -163,6 +163,7 @@ The list below covers the major changes between 7.0.0-rc2 and main only. - Allow non-AWS endpoints for testing Filebeat awss3 input. {issue}35496[35496] {pull}35520[35520] - Add AUTH (username) and SSL/TLS support for Redis module {pull}35240[35240] - Pin PyYAML version to 5.3.1 to avoid CI errors temporarily {pull}36091[36091] +- Skip dependabot updates for github.com/elastic/mito. {pull}[] ==== Deprecated