-
Notifications
You must be signed in to change notification settings - Fork 244
/
Copy pathhibernate-github-bot.yml
71 lines (71 loc) · 2.04 KB
/
hibernate-github-bot.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
---
jira:
projectKey: "HSEARCH"
ignore:
# See the `build-dependencies` group in the Dependabot's configuration file
- user: dependabot[bot]
titlePattern: "Bump.*the build-dependencies group( across \\d+ director(ies|y))?( with \\d+ updates?)?"
ignoreFiles:
# Git
- ".git*"
- ".mailmap"
# Maven
- "mvnw*"
- ".mvn/"
# CI
- ".github/"
- "ci/"
- "Jenkinsfile"
- "*/Jenkinsfile"
- "*.Jenkinsfile"
- "*.sh"
# In-repo documentation
- "copyright.txt"
- "README.md"
- "MAINTAINERS.md"
- "CONTRIBUTING.md"
# Misc. build files
- "build/config/"
- "build/configuration-properties-collector/"
- "build/container/"
- "build/enforcer/"
- "build/jqassistant/"
- "build/reports/"
- "build/script/"
develocity:
buildScan:
addCheck: true
tags:
- column: "OS"
pattern: "Linux"
- column: "OS"
pattern: "Windows.*"
replacement: "Windows"
- column: "Java"
pattern: "jdk-(.*)"
replacement: "$1"
- column: "Java"
pattern: "compiler-(.*)"
replacement: "$1"
- column: "Backend"
pattern: "elasticsearch-(.*)"
replacement: "es-$1"
- column: "Backend"
pattern: "amazon-opensearch-serverless(-[\\d\\.]+)?"
replacement: "amzn-os-svrless"
- column: "Backend"
pattern: "(.*-)?opensearch-(.*)"
replacement: "$1os-$2"
- column: "Backend"
pattern: "lucene"
- column: "DB"
pattern: "(h2|postgres(?:ql)?|pgsql|mysql|mariadb|mssql|derby|tidb|cockroach(?:db)?|oracle|db2|hsqldb|edb|sybase).*"
replacement: "$0"
- pattern: "org.hibernate.search|elasticsearch|opensearch|main|HEAD|\\d+.\\d+|PR-\\d+"
replacement: "" # Just remove these tags
licenseAgreement:
enabled: true
ignore:
# See the `build-dependencies` group in the Dependabot's configuration file
- user: dependabot[bot]
titlePattern: "Bump.*the build-dependencies group( across \\d+ director(ies|y))?( with \\d+ updates?)?"