@allohamora/cli
Advanced tools
Comparing version 1.16.0 to 1.17.0
@@ -998,4 +998,5 @@ #!/usr/bin/env node | ||
schedule: | ||
interval: daily | ||
open-pull-requests-limit: 0 | ||
interval: "weekly" | ||
day: "monday" | ||
open-pull-requests-limit: 10 | ||
@@ -1005,3 +1006,4 @@ - package-ecosystem: npm | ||
schedule: | ||
interval: daily | ||
interval: "weekly" | ||
day: "monday" | ||
open-pull-requests-limit: 0 | ||
@@ -1008,0 +1010,0 @@ `; |
{ | ||
"name": "@allohamora/cli", | ||
"version": "1.16.0", | ||
"version": "1.17.0", | ||
"description": "cli to initialize projects and more", | ||
@@ -5,0 +5,0 @@ "input": "./src/index.ts", |
Sorry, the diff of this file is not supported yet
122617
1008