generated from wayfair-incubator/oss-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add-renovate-deprecate-dependabot (#19)
* Add-renovate-deprecate-dependabot * new line at the end for renovate Co-authored-by: ss675u <[email protected]>
- Loading branch information
Showing
3 changed files
with
30 additions
and
12 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -20,3 +20,12 @@ jobs: | |
with: | ||
config: '.markdownlint.json' | ||
args: '**/*.md .github/**/*.md' | ||
renovate: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: 🧼 lint renovate config # Validates changes to renovate.json config file | ||
uses: suzuki-shunsuke/[email protected] | ||
with: | ||
config_file_path: 'renovate.json' | ||
|
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,21 @@ | ||
{ | ||
"$schema": "https://docs.renovatebot.com/renovate-schema.json", | ||
"description": "Renovate configuration for pdo sql relay builder repository", | ||
"extends": [ | ||
"config:base", | ||
":dependencyDashboard", | ||
":rebaseStalePrs" | ||
], | ||
"schedule": [ | ||
"before 3am every weekday" | ||
], | ||
"enabledManagers": [ | ||
"github-actions" | ||
], | ||
"packageRules": [ | ||
{ | ||
"matchManagers": ["github-actions"], | ||
"groupName": "GitHub Actions" | ||
} | ||
] | ||
} |