Skip to content

Commit

Permalink
chore: Configure Dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmechlark committed Sep 8, 2023
1 parent 22e6727 commit f87e567
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
version: 2
updates:
- package-ecosystem: bundler
directory: '/'
schedule:
interval: weekly
day: saturday
time: '13:00'
timezone: 'Asia/Manila'
open-pull-requests-limit: 99
commit-message:
prefix: "chore(deps):"
prefix-development: "chore(deps-dev):"
include: "scope"

- package-ecosystem: 'github-actions'
directory: '/'
open-pull-requests-limit: 10
schedule:
interval: 'daily'
time: '20:00'
timezone: 'Asia/Manila'
commit-message:
prefix: "ci(deps):"
prefix-development: "ci(deps-dev):"
include: "scope"

0 comments on commit f87e567

Please sign in to comment.