Skip to content

Commit

Permalink
chore: update repo name (#99)
Browse files Browse the repository at this point in the history
Update paths for repo rename
  • Loading branch information
DerekRoberts authored Oct 30, 2023
1 parent d197daa commit 3f22890
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ concurrency:
# Variables
env:
config: renovate.json
pr_set: '["bcgov/nr-renovate", "bcgov/quickstart-openshift"]'
pr_set: '["bcgov/renovate-config", "bcgov/quickstart-openshift"]'

jobs:
Renovate:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!-- PROJECT SHIELDS -->

[![Issues](https://img.shields.io/github/issues/bcgov/nr-renovate)](/../../issues)
[![Pull Requests](https://img.shields.io/github/issues-pr/bcgov/nr-renovate)](/../../pulls)
[![MIT License](https://img.shields.io/github/license/bcgov/nr-renovate.svg)](/LICENSE.md)
[![Issues](https://img.shields.io/github/issues/bcgov/renovate-config)](/../../issues)
[![Pull Requests](https://img.shields.io/github/issues-pr/bcgov/renovate-config)](/../../pulls)
[![MIT License](https://img.shields.io/github/license/bcgov/renovate-config.svg)](/LICENSE.md)
[![Lifecycle](https://img.shields.io/badge/Lifecycle-Experimental-339999)](https://github.com/bcgov/repomountie/blob/master/doc/lifecycle-badges.md)

# Renovate Dependency Updating
Expand Down
4 changes: 2 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"description": "Default preset for use with Renovate's repos",
"extends": [
"github>bcgov/nr-renovate"
"github>bcgov/renovate-config"
],
"repositories": [
"bcgov/helm-service",
Expand All @@ -15,7 +15,7 @@
"bcgov/nr-metabase",
"bcgov/nr-old-growth",
"bcgov/nr-oracle-service",
"bcgov/nr-renovate",
"bcgov/renovate-config",
"bcgov/nr-results-exam",
"bcgov/nr-rfc-grib-copy",
"bcgov/nr-rfc-processing",
Expand Down

0 comments on commit 3f22890

Please sign in to comment.