Skip to content

Commit

Permalink
add dependabot (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
Netherwhal authored May 20, 2022
1 parent a27a180 commit c45f2d7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2
updates:

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "daily"
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'net.simplyvanilla'
version '0.2.0'
version '0.2.1'

java {
toolchain.languageVersion.set(JavaLanguageVersion.of(17))
Expand Down

0 comments on commit c45f2d7

Please sign in to comment.