Skip to content

Commit

Permalink
Update renovatebot config
Browse files Browse the repository at this point in the history
  • Loading branch information
culka committed Aug 5, 2024
1 parent 373c8b4 commit e103bdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
groupName: "spring boot",
groupSlug: "spring-boot",
matchPackageNames: ["org.springframework.boot"],
matchPackagePrefixes: ["org.springframework.boot:"],
allowedVersions: "<4",
},
],
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-renovatebot-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ on:
jobs:
validate:
name: Validate renovatebot config
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Validate
uses: suzuki-shunsuke/[email protected].0
uses: suzuki-shunsuke/[email protected].1
with:
config_file_path: .github/renovate.json5

0 comments on commit e103bdf

Please sign in to comment.