Skip to content

Commit

Permalink
Enable renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkwiecinski committed Feb 6, 2022
1 parent 23350ee commit f825b44
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
run: echo ::set-output name=version::${GITHUB_REF/refs\/tags\//}


- uses: gradle/wrapper-validation-action@v1

- name: Setup Gradle
Expand Down
9 changes: 9 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"includeForks": true,
"assignees": [
"mateuszkwiecinski"
],
"extends": [
"config:base"
]
}

0 comments on commit f825b44

Please sign in to comment.