Skip to content

Commit 2fcff97

Browse files
authored
πŸ‘€ Few improvements & cleanup (#133)
- Update Renovate configuration - Remove Gitpod support - Remove VSCode settings
1 parent ce24f94 commit 2fcff97

File tree

7 files changed

+595
-753
lines changed

7 files changed

+595
-753
lines changed

β€Ž.github/renovate.jsonβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
23
"extends": ["config:base", ":disableDependencyDashboard"],
34
"enabledManagers": ["npm", "github-actions"],
5+
"baseBranches": ["next"],
46
"packageRules": [
57
{
68
"matchUpdateTypes": ["minor", "patch", "pin", "digest", "rollback"],

β€Ž.gitpod.Dockerfileβ€Ž

Lines changed: 0 additions & 4 deletions
This file was deleted.

β€Ž.gitpod.ymlβ€Ž

Lines changed: 0 additions & 38 deletions
This file was deleted.

β€Ž.vscode/setting.jsonβ€Ž

Lines changed: 0 additions & 20 deletions
This file was deleted.

β€Ž.vscode/settings.jsonβ€Ž

Lines changed: 0 additions & 21 deletions
This file was deleted.

β€ŽREADME.mdβ€Ž

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
# ar10dev.github.io
22

33
[![pages-build-deployment](https://github.com/AR10Dev/ar10dev.github.io/actions/workflows/pages-build-deployment.yml/badge.svg)](https://github.com/AR10Dev/ar10dev.github.io/actions/workflows/pages-build-deployment.yml)
4-
5-
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/AR10Dev/ar10dev.github.io)

0 commit comments

Comments
Β (0)