-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update references to bfra-me/renovate-config to v1.7.16 (#553)
Co-authored-by: bfra-me[bot] <118100583+bfra-me[bot]@users.noreply.github.com>
- Loading branch information
1 parent
d33ddcd
commit bb5d2da
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ This repository contains [Renovate](https://renovatebot.com/) configuration pres | |
|
||
```json | ||
{ | ||
"extends": ["github>bfra-me/renovate-config#v1.7.15"] | ||
"extends": ["github>bfra-me/renovate-config#v1.7.16"] | ||
} | ||
``` | ||
|
||
|
@@ -26,7 +26,7 @@ To reuse the workflow from this repository, add it to your GitHub Actions workfl | |
|
||
```yaml | ||
- name: Renovate | ||
uses: bfra-me/renovate-config/.github/workflows/[email protected].15 | ||
uses: bfra-me/renovate-config/.github/workflows/[email protected].16 | ||
with: | ||
dry_run: false | ||
renovate_git_author: 'fro-bot[bot] <109017866+fro-bot[bot]@users.noreply.github.com>' | ||
|