Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Dep/dependency upgrade staging (#56)
Browse files Browse the repository at this point in the history
* enable dependabot

* Dep: Upgrade Jest

* chore: upate slack message on build failure and rev version number
  • Loading branch information
tunderwood authored Jan 13, 2021
1 parent 7ab88e7 commit a0e11d2
Show file tree
Hide file tree
Showing 4 changed files with 774 additions and 609 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 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 all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
target-branch: dep/dependency_upgrade_staging
open-pull-requests-limit: 50
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
target-branch: dep/dependency_upgrade_staging
open-pull-requests-limit: 10
schedule:
interval: daily
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches:
- '**'
pull_request:
branches: [ master ]
branches: [ master, dep/dependency_upgrade_staging ]

jobs:
build:
Expand Down Expand Up @@ -53,5 +53,6 @@ jobs:
SLACK_CHANNEL: cerberus-alerts
SLACK_MESSAGE: 'Cerberus release workflow has failed :build-failed:'
SLACK_ICON: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
SLACK_TITLE: Cerberus Build Failure Notification
SLACK_TITLE: Cerberus Node Client Build Failure Notification
SLACK_COLOR: '#FF0000'
SLACK_USERNAME: GitHub Actions
Loading

0 comments on commit a0e11d2

Please sign in to comment.