Skip to content

Commit

Permalink
Merge pull request #3 from mudkipdev/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
mudkipdev authored May 26, 2024
2 parents fc1da54 + 6ce7aff commit 6902405
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"assignees": ["mudkipdev"]
}
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"files.exclude": {
"node_modules": true,
".astro": true,
"dist": true
}
}

0 comments on commit 6902405

Please sign in to comment.