This repository has been archived by the owner on Oct 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dep/dependency upgrade staging (#31)
* 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
1 parent
49802d8
commit aff15a2
Showing
5 changed files
with
28 additions
and
5 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
* @Nike-Inc/Zookeepers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters