Skip to content
This repository has been archived by the owner on Oct 18, 2021. It is now read-only.

Commit

Permalink
Dep/dependency upgrade staging (#31)
Browse files Browse the repository at this point in the history
* Remove SNIExtension=false that is causing issues with the dependency check plugin.

* Chore: Update slack notification for GHA.

* Ensure GHA kicks off when we push to a branch.
  • Loading branch information
tunderwood authored Jan 13, 2021
1 parent 49802d8 commit aff15a2
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @Nike-Inc/Zookeepers
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Basic dependabot.yml file with
# minimum configuration for two package managers

version: 2
updates:
# Enable version updates for Gradle
- package-ecosystem: "gradle"
# Look for `build.gradle` files in the `root` directory
directory: "/"
target-branch: "dep/dependency_upgrade_staging"
open-pull-requests-limit: 30
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
# Look for `package.json` and `lock` files in the `cerberus-dashboard` directory
directory: "/"
target-branch: "dep/dependency_upgrade_staging"
# Check the npm registry for updates every day (weekdays)
schedule:
interval: "daily"
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ name: Build
on:
push:
branches:
- '*'
- '**'
pull_request:
branches:
- master
- dep/dependency_upgrade_staging
schedule:
- cron: "0 22 * * 1"

Expand Down Expand Up @@ -43,5 +44,6 @@ jobs:
SLACK_CHANNEL: cerberus-alerts
SLACK_MESSAGE: 'Cerberus main build 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 Archaius Client Build Failure Notification
SLACK_COLOR: '#FF0000'
SLACK_USERNAME: GitHub Actions
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,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 Archaius Client Release Failure Notification
SLACK_COLOR: '#FF0000'
SLACK_USERNAME: GitHub Actions
3 changes: 1 addition & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
# limitations under the License.
#

version=7.1.2
version=7.1.3
groupId=com.nike
artifactId=cerberus-archaius-client

org.gradle.jvmargs=-Djsse.enableSNIExtension=false

0 comments on commit aff15a2

Please sign in to comment.