Skip to content

Commit 87fe44f

Browse files
authored
Remove the monitor application (#388)
1 parent 72384dd commit 87fe44f

File tree

5 files changed

+0
-207
lines changed

5 files changed

+0
-207
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,3 @@ detekt/reports/**
3939
local.properties
4040
scan-journal.log
4141

42-
monitor/.venv
43-
monitor/.idea

.idea/kotlinx-rpc.iml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

monitor/main.py

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

monitor/requirements.txt

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

renovate.json5

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -121,22 +121,5 @@
121121
"matchCurrentVersion": "0.0.0",
122122
"enabled": false,
123123
},
124-
{
125-
"description": "Update Python Monitor Dependencies",
126-
"matchUpdateTypes": [
127-
"patch",
128-
"minor",
129-
"major",
130-
],
131-
"matchPackageNames": [
132-
"*",
133-
],
134-
matchFileNames: [
135-
"monitor/**",
136-
],
137-
"groupName": "Python Monitor Dependencies",
138-
"groupSlug": "python-monitor-deps",
139-
"automerge": true,
140-
}
141124
]
142125
}

0 commit comments

Comments
 (0)