Skip to content

Commit

Permalink
chore: Setup Dependabot, set Yarn version to v4 (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgero-eth authored Apr 23, 2024
1 parent b1b0087 commit 960630c
Show file tree
Hide file tree
Showing 7 changed files with 21,614 additions and 14,537 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
groups:
minor-and-patch:
update-types:
- "patch"
- "minor"
storybook:
patterns:
- "@storybook*"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
9 changes: 7 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,15 @@ typechain

# misc
.vscode
.yarn
.yarnrc.yml
.DS_Store
*.pem
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# debug
*.log
Expand Down
893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.1.1.cjs

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.1.1.cjs
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

### Added

- Setup `Dependabot` to keep dependencies updated

### Changed

- Set `yarn` version to v4

## [1.0.24] - 2024-04-23

### Added
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,5 +150,6 @@
"./index.css": "./index.css",
"./build.css": "./build.css",
"./tailwind.config": "./tailwind.config.js"
}
},
"packageManager": "[email protected]"
}
35,216 changes: 20,682 additions & 14,534 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 960630c

Please sign in to comment.