Skip to content

Commit

Permalink
Merge pull request #15 from BySwiizen/cleanup/3
Browse files Browse the repository at this point in the history
Add time & timezone + Reduce Pull Request limit + Cleanup
  • Loading branch information
datatags authored Feb 20, 2024
2 parents dbfec7f + 7ab24bf commit 0d8ddc6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ updates:
directory: /
schedule:
interval: daily
open-pull-requests-limit: 50
time: "04:00"
timezone: Europe/Paris
open-pull-requests-limit: 10

- package-ecosystem: "gradle"
directory: /
schedule:
interval: daily
time: "04:00"
timezone: Europe/Paris
open-pull-requests-limit: 10
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.apache.tools.ant.filters.ReplaceTokens

plugins {
id 'java-library'
id("com.github.johnrengelman.shadow") version "8.1.1"
id 'com.github.johnrengelman.shadow' version '8.1.1'
}

group 'me.datatags'
Expand Down

0 comments on commit 0d8ddc6

Please sign in to comment.