Compare commits
34
Commits
528a109d53
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
851e82d625 | ||
|
|
8fe5a478b5 | ||
|
|
a2e65e3980 | ||
|
|
1bbba46b9a | ||
|
|
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 | ||
|
|
59e6c5c6a1 | ||
|
|
4f8a975337 | ||
|
|
c251867f05 | ||
|
|
b06cddca4a | ||
|
|
19aface599 |
@@ -0,0 +1,17 @@
|
||||
name: Dependabot Auto-Merge
|
||||
on: pull_request
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
auto-merge:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.actor == 'dependabot[bot]'
|
||||
steps:
|
||||
- name: Enable auto-merge for Dependabot PR
|
||||
run: gh pr merge --auto --merge "$PR_URL"
|
||||
env:
|
||||
PR_URL: ${{ github.event.pull_request.html_url }}
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
+14
-17
@@ -1,21 +1,18 @@
|
||||
# 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"
|
||||
open-pull-requests-limit: 10
|
||||
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: eb80d4a0fd...7b00c9deb2
+1
-1
Submodule apps/llm-api updated: 5f7ead5503...1916ebe40b
+1
-1
Submodule apps/scraper updated: 62aa5b0e52...7ff47a79bc
+1
-1
Submodule apps/tools updated: 036f67d05a...b35b00376d
Reference in New Issue
Block a user