Compare commits
26
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7b98d2b45a | ||
|
|
80ea5f0b2e | ||
|
|
6cc583d3b9 | ||
|
|
912fd6864f | ||
|
|
eba29a2fa1 | ||
|
|
76df15616e | ||
|
|
07a81df64d | ||
|
|
bbbb1d2cee | ||
|
|
f9d8445443 | ||
|
|
4f3442f97b | ||
|
|
93cf1ffb9b | ||
|
|
499721c5e3 | ||
|
|
09c5311568 | ||
|
|
e74a303b9d | ||
|
|
0bcd6582f4 | ||
|
|
a38a99b6f4 | ||
|
|
53cc225bff | ||
|
|
a20b0be8da | ||
|
|
76ccf5488b | ||
|
|
29271ccc05 | ||
|
|
6a1d199443 | ||
|
|
eb19385ab4 | ||
|
|
a1c0ef25ef | ||
|
|
609da6b6bc | ||
|
|
402499d109 | ||
|
|
1389d5faa3 |
@@ -0,0 +1,24 @@
|
||||
name: dependabot-auto-merge
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
|
||||
# Auto-merge Dependabot PRs with passing CI
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
dependabot:
|
||||
runs-on: ubuntu-latest
|
||||
# Only for Dependabot PRs
|
||||
if: github.actor == 'dependabot[bot]'
|
||||
steps:
|
||||
- name: Auto-merge
|
||||
run: gh pr merge --auto --merge "$PR_NUMBER"
|
||||
env:
|
||||
PR_NUMBER: ${{ github.event.number }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
+27
-17
@@ -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"
|
||||
|
||||
+1
-1
Submodule apps/hub updated: 9ea002a7a1...d3ae61b0c5
+1
-1
Submodule apps/llm-api updated: 5f7ead5503...1916ebe40b
+1
-1
Submodule apps/scraper updated: 62aa5b0e52...c709c84a4d
+1
-1
Submodule apps/tools updated: 036f67d05a...b35b00376d
+1
-1
@@ -9,6 +9,6 @@
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "2.5.3"
|
||||
"@biomejs/biome": "2.5.10"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user