Skip to content

Commit

Permalink
Merge pull request SchemaStore#3924 from kurtmckee/revert-dependabot-…
Browse files Browse the repository at this point in the history
…pip-compile-addition

Revert Dependabot pip-compile addition
  • Loading branch information
hyperupcall authored Jul 15, 2024
2 parents 6be029c + 5ea057d commit 49d778a
Show file tree
Hide file tree
Showing 8 changed files with 84 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"updates": [
{
"directory": "/",
"package-ecosystem": "elm-package",
"schedule": {
"interval": "monthly"
}
}
],
"version": 2
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"updates": [
{
"directory": "/",
"package-ecosystem": "hex",
"schedule": {
"interval": "monthly"
}
}
],
"version": 2
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"updates": [
{
"directory": "/",
"package-ecosystem": "pip-compile",
"schedule": {
"interval": "monthly"
}
}
],
"version": 2
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"updates": [
{
"directory": "/",
"package-ecosystem": "pipenv",
"schedule": {
"interval": "monthly"
}
}
],
"version": 2
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"updates": [
{
"directory": "/",
"package-ecosystem": "pnpm",
"schedule": {
"interval": "monthly"
}
}
],
"version": 2
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"updates": [
{
"directory": "/",
"package-ecosystem": "poetry",
"schedule": {
"interval": "monthly"
}
}
],
"version": 2
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"updates": [
{
"directory": "/",
"package-ecosystem": "yarn",
"schedule": {
"interval": "monthly"
}
}
],
"version": 2
}
1 change: 0 additions & 1 deletion src/schemas/json/dependabot-2.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,6 @@
"npm",
"nuget",
"pip",
"pip-compile",
"pub",
"swift",
"terraform"
Expand Down

0 comments on commit 49d778a

Please sign in to comment.