26 Commits
Author SHA1 Message Date
monrepo-bot 76df15616e chore: update hub to fab67538e15b 2026-08-25 11:20:26 +00:00
monrepo-bot 07a81df64d chore: update hub to 0de569cff475 2026-08-25 11:18:01 +00:00
monrepo-bot bbbb1d2cee chore: update scraper-api to 55cfd513e3f8 2026-08-25 11:17:49 +00:00
monrepo-bot f9d8445443 chore: update llm-api to 1916ebe40bcb 2026-08-25 11:17:38 +00:00
monrepo-bot 4f3442f97b chore: update tools to b35b00376dd1 2026-08-25 11:17:18 +00:00
asepharyana 93cf1ffb9b feat: update dependabot config 2026-08-25 18:16:34 +07:00
monrepo-bot 499721c5e3 chore: update hub to ac5ca405dda4 2026-08-25 11:16:15 +00:00
asepharyana 09c5311568 feat: update dependabot config 2026-08-25 18:12:46 +07:00
monrepo-bot e74a303b9d chore: update scraper-api to a23698a6c4ef 2026-08-25 11:08:57 +00:00
monrepo-bot 0bcd6582f4 chore: update hub to a0042942412a 2026-08-25 00:11:51 +00:00
monrepo-bot a38a99b6f4 chore: update hub to bc7279646715 2026-08-25 00:11:43 +00:00
monrepo-bot 53cc225bff chore: update hub to 90267abb9220 2026-08-25 00:11:35 +00:00
monrepo-bot a20b0be8da chore: update hub to 7e44d677aca4 2026-08-24 00:23:43 +00:00
monrepo-bot 76ccf5488b chore: update hub to d5cd4ece013b 2026-08-24 00:17:46 +00:00
monrepo-bot 29271ccc05 chore: update hub to e5fb73f61eba 2026-08-21 00:11:29 +00:00
monrepo-bot 6a1d199443 chore: update hub to 4a6b498879fa 2026-08-20 00:11:52 +00:00
monrepo-bot eb19385ab4 chore: update hub to ed9fa16b5760 2026-08-17 00:18:19 +00:00
monrepo-bot a1c0ef25ef chore: update hub to 1640230c66d3 2026-08-17 00:18:09 +00:00
monrepo-bot 609da6b6bc chore: update hub to c891439857df 2026-08-14 00:14:22 +00:00
monrepo-bot 402499d109 chore: update hub to bfbfc175ca82 2026-08-13 00:13:26 +00:00
monrepo-bot 1389d5faa3 chore: update hub to b30e6936b1df 2026-08-11 00:12:50 +00:00
monrepo-bot 59e6c5c6a1 chore: update hub to 9ea002a7a10d 2026-08-10 00:24:27 +00:00
monrepo-bot 4f8a975337 chore: update hub to e67db071bb0f 2026-08-10 00:24:15 +00:00
monrepo-bot c251867f05 chore: update hub to 17a785c9d277 2026-08-10 00:18:32 +00:00
monrepo-bot b06cddca4a chore: update hub to 915d8482947a 2026-08-10 00:18:27 +00:00
monrepo-bot 19aface599 chore: update hub to a5bf846e52fd 2026-08-10 00:18:19 +00:00
5 changed files with 31 additions and 21 deletions
+27 -17
View File
@@ -1,21 +1,31 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for more information:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
# https://containers.dev/guide/dependabot
version: 2
updates:
- package-ecosystem: 'devcontainers'
directory: '/'
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: weekly
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: weekly
interval: "daily"
day: "monday"
time: "05:00"
timezone: "Asia/Makassar"
open-pull-requests-limit: 10
assignees:
- "asepharyana"
commit-message:
prefix: "chore"
prefix-development: "chore"
include: "scope"
reviewers:
- "asepharyana"
labels:
- "dependencies"
groups:
github-actions:
patterns:
- '*'
production:
dependency-type: "production"
update-types:
- "minor"
- "patch"
development:
dependency-type: "development"
update-types:
- "minor"
- "patch"