Skip to content

Commit

Permalink
Merge branch 'kestra-io:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
yvrng authored Dec 24, 2023
2 parents 5912d3e + eba3c76 commit 6709c0f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,17 @@ updates:
directory: "/"
schedule:
# Check for updates to GitHub Actions every weekday
interval: "daily"
interval: "weekly"
labels:
- "dependency-upgrade"
open-pull-requests-limit: 50

# Maintain dependencies for Gradle modules
- package-ecosystem: "gradle"
directory: "/"
schedule:
# Check for updates to Go modules every weekday
interval: "daily"
# Check for updates to Gradle modules every week
interval: "weekly"
labels:
- "dependency-upgrade"
open-pull-requests-limit: 50
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# JDK
- name: Set up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
id 'ru.vyarus.github-info' version '1.5.0'
id 'signing'
id "io.github.gradle-nexus.publish-plugin" version "1.3.0"
id "com.github.ben-manes.versions" version "0.49.0"
id "com.github.ben-manes.versions" version "0.50.0"
id 'net.researchgate.release' version '3.0.2'
}

Expand Down

0 comments on commit 6709c0f

Please sign in to comment.