Skip to content

Commit b7123bc

Browse files
authored
🎨 Cleanup and be up to date (#60)
* 🔥 remove obsolete lock file * 🎨 update action readme version * 🔧 add dependabot config
1 parent 939eb67 commit b7123bc

File tree

3 files changed

+15
-7542
lines changed

3 files changed

+15
-7542
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "npm"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"
7+
8+
- package-ecosystem: "github-actions"
9+
directory: "/"
10+
schedule:
11+
interval: "monthly"

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@ None. Prints out the validated YAML on success. Prints out errors on invalid YAM
2020

2121
### Example usage
2222
```
23-
- uses: RoadieHQ/[email protected].2
23+
- uses: RoadieHQ/[email protected].11
2424
with:
2525
path: 'catalog-info-1.yaml'
2626
```
2727

2828
```
29-
- uses: RoadieHQ/[email protected].2
29+
- uses: RoadieHQ/[email protected].11
3030
with:
3131
path: 'catalog-info-1.yaml,catalog-info-2.yaml,catalog-info-3.yaml'
3232
```
3333

3434
```
35-
- uses: RoadieHQ/[email protected].2
35+
- uses: RoadieHQ/[email protected].11
3636
with:
3737
path: 'catalog-info-*.yaml,services/**/*/catalog-info.yaml'
3838
```
@@ -56,7 +56,7 @@ description: >
5656
usage:
5757
version: 2.1
5858
orbs:
59-
entity-validator: "roadiehq/[email protected].0"
59+
entity-validator: "roadiehq/[email protected].11"
6060
workflows:
6161
use-entity-validator:
6262
jobs:

0 commit comments

Comments
 (0)