Skip to content

Commit

Permalink
update dependabot, bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
farrell-m committed Feb 10, 2025
1 parent 3ba9643 commit 8e92cf4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,30 @@
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
registries:
spring-boot-common-github-packages:
type: maven-repository
url: https://maven.pkg.github.com/ministryofjustice/laa-ccms-spring-boot-common
username: PhilDigitalJustice
password: ${{ secrets.REPO_TOKEN }}
updates:
- package-ecosystem: "gradle" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
registries: "*"
groups:
gradle-updates:
patterns:
- "**" # Matches all Gradle dependencies
- "!uk.gov.laa.ccms.*" # All external Gradle dependencies
internal-packages:
patterns:
- "uk.gov.laa.ccms.*" # All internal Gradle dependencies
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
github-actions:
patterns:
- "**"
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'net.researchgate.release' version '3.0.2'
id 'uk.gov.laa.ccms.springboot.laa-ccms-spring-boot-gradle-plugin' version '0.0.17' apply false
id 'uk.gov.laa.ccms.springboot.laa-ccms-spring-boot-gradle-plugin' version '0.0.24' apply false
}

subprojects {
Expand Down

0 comments on commit 8e92cf4

Please sign in to comment.