Skip to content

Commit ff7c737

Browse files
authored
Merge branch 'main' into release-please--branches--main
2 parents a25d20e + ede6ae5 commit ff7c737

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/config/lychee.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ max_concurrency = 4
1010
include_fragments = true
1111

1212
base_url = "https://prometheus.github.io"
13-
exclude_path = ["docs/themes"]
13+
exclude_path = ["docs/themes", "CHANGELOG.md"]
1414

1515
exclude = [
1616
# excluding links to pull requests and issues is done for performance

.github/config/super-linter.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FILTER_REGEX_EXCLUDE=mvnw|src/main/generated/.*|docs/themes/.*|keystore.pkcs12|.*.java|prometheus-metrics-exporter-opentelemetry-shaded/pom.xml|CODE_OF_CONDUCT.md|CLAUDE.md
1+
FILTER_REGEX_EXCLUDE=mvnw|src/main/generated/.*|docs/themes/.*|keystore.pkcs12|.*.java|prometheus-metrics-exporter-opentelemetry-shaded/pom.xml|CODE_OF_CONDUCT.md|CLAUDE.md|CHANGELOG.md
22
IGNORE_GITIGNORED_FILES=true
33
JAVA_FILE_NAME=google_checks.xml
44
LOG_LEVEL=ERROR

0 commit comments

Comments
 (0)