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
4 changes: 2 additions & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#
# Anyone can edit
#
# This allows the @1debitops user to approve PRs and automerge them.
# If you add someone below, you must also add @1debitops on the same line,
# This allows the @chime-dependency-bot user to approve PRs and automerge them.
# If you add someone below, you must also add @chime-dependency-bot on the same line,
# otherwise automerge will break.
# If you wish to not restrict reviewers for these files, but want to get
# notified on Dependabot PRs, add a "reviewers" section to your dependabot.yml
Expand Down
63 changes: 32 additions & 31 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,38 +1,39 @@
# To learn more about Dependabot configuration at Chime, visit: http://go/dependabot-configuration
version: 2
registries:
github-octocat:
type: git
url: https://github.com
username: x-access-token
password: "${{secrets.RUBYGEMS_SERVER_GITHUB_TOKEN}}"
password: "${{secrets.DEPENDABOT_GITHUB_TOKEN}}"
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
day: tuesday
time: '10:00'
timezone: America/Los_Angeles
pull-request-branch-name:
separator: "-"
commit-message:
prefix: "🔧 "
prefix-development: "🔧 "
include: scope
open-pull-requests-limit: 10
- package-ecosystem: gomod
directory: "/"
schedule:
interval: weekly
day: tuesday
time: '10:00'
timezone: America/Los_Angeles
pull-request-branch-name:
separator: "-"
commit-message:
prefix: "⬆️ "
prefix-development: "⬆️ "
include: scope
open-pull-requests-limit: 10
registries:
- github-octocat
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
day: tuesday
time: "10:00"
timezone: America/Los_Angeles
pull-request-branch-name:
separator: "-"
commit-message:
prefix: "🔧 "
prefix-development: "🔧 "
include: scope
open-pull-requests-limit: 10
- package-ecosystem: gomod
directory: "/"
schedule:
interval: weekly
day: tuesday
time: "10:00"
timezone: America/Los_Angeles
pull-request-branch-name:
separator: "-"
commit-message:
prefix: "⬆️ "
prefix-development: "⬆️ "
include: scope
open-pull-requests-limit: 10
registries:
- github-octocat
3 changes: 2 additions & 1 deletion .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ jobs:
- uses: actions/checkout@v4
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
github-token: ${{ secrets.DEPENDABOT_AUTO_MERGE }} # 1debitops token
github-token: "${{ secrets.DEPENDABOT_AUTO_MERGE_GITHUB_TOKEN }}" # chime-dependency-bot user token
config: .github/dependabot-auto-merge.config.yml
command: "squash and merge"