Skip to content

Commit

Permalink
ci: remove renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kilee1230 committed Dec 23, 2023
1 parent 3c9e26d commit 7e29530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/first-time-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

# remove files not needed for user instance of template
- name: Remove unneeded files
run: rm -f README.md & rm -rf .github
run: rm -f README.md renovate.json & rm -rf .github

# personalize readme for user
- name: Init readme
Expand Down

0 comments on commit 7e29530

Please sign in to comment.