Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ updates:
directory: "/"
schedule:
interval: "monthly"
groups:
workflow-actions:
patterns:
- "*"
allow:
- dependency-name: "actions/*"
- dependency-name: "redhat-actions/*"
assignees: [ "marko-bekhta" ]
- package-ecosystem: "maven"
directory: "/" # Location of package manifests
Expand Down
8 changes: 7 additions & 1 deletion .github/hibernate-github-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jira:
# Examples:
# Bump some-dep-GAV from some-version to some-version in the build-dependencies group
# Bump the build-dependencies group with 2 updates
titlePattern: "Bump.*the build-dependencies group( across \\d+ director(ies|y))?( with \\d+ updates?)?"
titlePattern: "Bump.*the (build-dependencies|workflow-actions) group.*+"
ignoreFiles:
# Git
- ".git*"
Expand Down Expand Up @@ -47,3 +47,9 @@ develocity:
replacement: "$1"
- pattern: "org.hibernate.validator|Hibernate Validator|main|HEAD|\\d+.\\d+|PR-\\d+"
replacement: "" # Just remove these tags
licenseAgreement:
enabled: true
ignore:
# We ignore all dependabot PRs for a license check:
- user: dependabot[bot]
titlePattern: "Bump.*"