Skip to content

Commit

Permalink
chore: update dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
zdm committed Nov 7, 2024
1 parent 7493314 commit 458e617
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,7 @@ export default class Package {
"schedule": {
"interval": "daily",
},
"open-pull-requests-limit": 0,
"open-pull-requests-limit": 5,
} );
}

Expand All @@ -968,7 +968,7 @@ export default class Package {
"schedule": {
"interval": "daily",
},
"open-pull-requests-limit": 0,
"open-pull-requests-limit": 5,
} );
}

Expand All @@ -980,7 +980,7 @@ export default class Package {
"schedule": {
"interval": "daily",
},
"open-pull-requests-limit": 0,
"open-pull-requests-limit": 5,
} );
}

Expand Down

0 comments on commit 458e617

Please sign in to comment.