Skip to content

Commit

Permalink
chore: customize template
Browse files Browse the repository at this point in the history
  • Loading branch information
abose committed Mar 19, 2022
1 parent 26f089b commit f6ea234
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 47 deletions.
12 changes: 0 additions & 12 deletions .github/FUNDING.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

11 changes: 0 additions & 11 deletions .github/dependabot.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/stale.yml

This file was deleted.

3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ node_modules
public
resources
.netlify
.hugo_build.lock
.hugo_build.lock
.idea
14 changes: 14 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"extends": [
"config:base"
],
"timezone": "Asia/Calcutta",
"schedule": ["after 9pm on sunday"],
"packageRules": [
{
"matchDepTypes": ["devDependencies", "dependencies", "otherDependencies"],
"matchUpdateTypes": ["patch", "minor"],
"groupName": "dependencies"
}
]
}

0 comments on commit f6ea234

Please sign in to comment.