We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07121d5 commit 35c0f2cCopy full SHA for 35c0f2c
.github/dependabot.yml
@@ -0,0 +1,6 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: 'github-actions'
4
+ directory: '/'
5
+ schedule:
6
+ interval: 'weekly'
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
33
34
- name: Create Release Pull Request or Publish to npm
35
id: changesets
36
- uses: changesets/action@v1
+ uses: changesets/action@e0145edc7d9d8679003495b11f87bd8ef63c0cba # v1.5.3
37
with:
38
publish: pnpm run release
39
version: pnpm run version
0 commit comments