Skip to content

Commit

Permalink
Merge pull request #861 from gradle/dd/dependency-updates
Browse files Browse the repository at this point in the history
Dependency updates
  • Loading branch information
bigdaz committed Aug 23, 2023
2 parents e3426b1 + f2d7085 commit 53c4cf6
Show file tree
Hide file tree
Showing 4 changed files with 789 additions and 700 deletions.
3 changes: 2 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ updates:
schedule:
interval: "weekly"
ignore:
- dependency-name: "@types/node"
- dependency-name: "@types/node" # Breaking change: update with next major release
- dependency-name: "@octokit/rest" # Tied to node version
groups:
npm-dependencies:
patterns:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-init-script-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
distribution: temurin
java-version: 8
- name: Setup Gradle
uses: gradle/gradle-build-action@v2.7.0 # Use a released version to avoid breakages
uses: gradle/gradle-build-action@v2.7.1 # Use a released version to avoid breakages
- name: Run integration tests
working-directory: test/init-scripts
run: ./gradlew check
Loading

0 comments on commit 53c4cf6

Please sign in to comment.