Skip to content

Commit

Permalink
Remove 6.2.x branch from Dependabot management
Browse files Browse the repository at this point in the history
The branch has moved out of Open Source Support
  • Loading branch information
artembilan committed Nov 20, 2024
1 parent 04dfaf9 commit 4ebe56e
Showing 1 changed file with 0 additions and 57 deletions.
57 changes: 0 additions & 57 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,50 +91,6 @@ updates:
- com.thoughtworks.xstream:xstream
- org.springframework.security*

- package-ecosystem: gradle
target-branch: 6.2.x
directory: /
schedule:
interval: weekly
day: sunday
ignore:
- dependency-name: '*'
update-types:
- version-update:semver-major
- version-update:semver-minor
open-pull-requests-limit: 10
labels:
- 'type: dependency-upgrade'
groups:
development-dependencies:
update-types:
- patch
patterns:
- com.gradle.*
- com.github.spotbugs
- io.spring.*
- org.ajoberstar.grgit
- org.antora
- io.micrometer:micrometer-docs-generator
- com.willowtreeapps.assertk:assertk-jvm
- org.jetbrains.dokka
- org.apache.activemq*
- org.aspectj*
- org.awaitility:awaitility
- org.apache.commons:commons-dbcp2
- org.apache.derby
- com.icegreen:greenmail
- org.hibernate.orm*
- org.testcontainers*
- org.hsqldb:hsqldb
- com.h2database:h2
- org.postgresql:postgresql
- mysql:mysql-connector-java
- com.oracle.database.jdbc:ojdbc11
- org.apache.tomcat.embed:tomcat-embed-websocket
- org.xmlunit:xmlunit-assertj3
- com.thoughtworks.xstream:xstream

- package-ecosystem: github-actions
directory: /
schedule:
Expand All @@ -150,19 +106,6 @@ updates:
- package-ecosystem: github-actions
target-branch: 6.3.x
directory: /
schedule:
interval: weekly
day: saturday
labels:
- 'type: task'
groups:
development-dependencies:
patterns:
- '*'

- package-ecosystem: github-actions
target-branch: 6.2.x
directory: /
schedule:
interval: weekly
day: saturday
Expand Down

0 comments on commit 4ebe56e

Please sign in to comment.