Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# refer: https://github.com/dependabot/dependabot-core/blob/main/.github/dependabot.yml
version: 2
registries:
github-octocat:
type: git
url: https://github.com
username: x-access-token
password: ${{ secrets.DEPENDABOT_PAT }}

updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
registries:
- github-octocat
directory: "/"
schedule:
# Check for updates managed by Composer once a week
interval: "weekly"
day: "sunday"
time: "16:00"

# Maintain dependencies for Golang
- package-ecosystem: "gomod"
registries:
- github-octocat
directory: "/"
schedule:
# Check for updates managed by Composer once a week
interval: "weekly"
day: "sunday"
time: "16:00"

4 changes: 2 additions & 2 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Quality Control
name: push

on: [
pull_request,
Expand Down Expand Up @@ -55,4 +55,4 @@ jobs:
- name: Stop azurite
if: always()
run: |
task azurite:stop
task azurite:stop