Skip to content

Commit

Permalink
chore(deps): update github actions and dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Dec 9, 2023
1 parent 97cf571 commit a006256
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 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

0 comments on commit a006256

Please sign in to comment.