Skip to content

Commit

Permalink
Fix: Dependabot pipeline (#76)
Browse files Browse the repository at this point in the history
**User-Facing Changes**
<!-- will be used as a changelog entry -->

**Description**
In order to fix the dependabot pipeline we are changing the node
version. Also a small change was added to fix the README description.

---------

Co-authored-by: Alexandre Neuwald CTW <[email protected]>
Co-authored-by: Alexandre Neuwald CTW <[email protected]>
  • Loading branch information
3 people authored Jul 5, 2024
1 parent ad64fde commit 497ed25
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ updates:
# We found daily updates to be too noisy. They consumed too much CI time and engineer review
# time relative to the benefit of being on such a bleeding edge.
interval: monthly
open-pull-requests-limit: 5
open-pull-requests-limit: 10
labels: [] # disable default labels

# Define groups of dependencies to be updated together
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- run: corepack enable

- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
node-version: 16.17
cache: yarn
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Enable corepack:
$ corepack enable
```

Install packages from `package.json` :
Install packages from `package.json`:

```sh
$ yarn install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "foxbox",
"version": "1.0.7",
"version": "1.0.8",
"license": "MPL-2.0",
"private": true,
"productName": "Foxbox",
Expand Down
2 changes: 1 addition & 1 deletion packages/studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foxglove/studio",
"version": "1.0.7",
"version": "1.0.8",
"license": "MPL-2.0",
"repository": {
"type": "git",
Expand Down

0 comments on commit 497ed25

Please sign in to comment.