Skip to content

Commit f55389c

Browse files
authored
Merge pull request #142 from dotnet/renovate/reconfigure
Add post upgrade step to renovate
2 parents 2cf27ef + c24ee18 commit f55389c

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
lines changed

.github/renovate.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:recommended"
5+
],
6+
"postUpgradeTasks": {
7+
"commands": [
8+
"yarn run build"
9+
],
10+
"fileFilters": [
11+
"dist/index.js"
12+
],
13+
"executionMode": "branch"
14+
}
15+
}

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ yarn run build
1717
To run the action:
1818

1919
```bash
20-
node lib/main.js
20+
node dist/index.js
2121
```
2222

2323
## To commit

renovate.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)