Skip to content

Commit

Permalink
Remove allow since that affects groups as well
Browse files Browse the repository at this point in the history
* Use explicit dev deps patterns as it was before
* Include `net.*` and `io.projectreactor*`
* Change deps label to `type/chores`.
The decision to change it to `type/dependency-upgrade` on that small amount of
PRs for prod deps, which are, essentially, only Apache Kafka and Micrometer
  • Loading branch information
artembilan committed Oct 24, 2024
1 parent 63fd5da commit 46855b8
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,34 @@ updates:
schedule:
interval: weekly
day: sunday
allow:
- dependency-name: org.apache.kafka:kafka-clients
- dependency-name: io.micrometer:micrometer-core
ignore:
- dependency-name: com.google.code.findbugs:jsr305
- dependency-name: io.micrometer:micrometer-observation
- dependency-name: '*'
update-types:
- version-update:semver-major
- version-update:semver-minor
open-pull-requests-limit: 10
labels:
- 'type/dependency-upgrade'
- 'type/chores'
groups:
development-dependencies:
update-types:
- patch
patterns:
- '*'
- com.gradle*
- org.asciidoctor*
- com.jfrog.artifactory
- com.diffplug.spotless
- org.powermock*
- org.awaitility:awaitility
- org.testcontainers*
- junit:junit
- org.assertj:assertj-core
- org.apache.logging.log4j*
- org.slf4j:slf4j-api
- io.micrometer:micrometer-tracing-integration-test
- net.*
- io.projectreactor*

- package-ecosystem: github-actions
target-branch: 1.3.x
Expand Down

0 comments on commit 46855b8

Please sign in to comment.