Skip to content

Commit d4c1b4e

Browse files
ci: add dependabot (#7)
We will use dependabot to manage package updates
1 parent 8c933e0 commit d4c1b4e

File tree

3 files changed

+36
-16
lines changed

3 files changed

+36
-16
lines changed

.github/dependabot.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5+
6+
version: 2
7+
updates:
8+
- package-ecosystem: github-actions
9+
directory: '/'
10+
schedule:
11+
interval: weekly
12+
- package-ecosystem: gomod
13+
directory: '/'
14+
schedule:
15+
interval: weekly
16+
- package-ecosystem: npm
17+
directory: "/"
18+
schedule:
19+
interval: "weekly"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
},
1010
"author": "@smartcontractkit",
1111
"devDependencies": {
12-
"@changesets/changelog-github": "^0.5.0",
13-
"@changesets/cli": "~2.27.12",
12+
"@changesets/changelog-github": "^0.5.1",
13+
"@changesets/cli": "^2.29.0",
1414
"changeset": "^0.2.6"
1515
},
1616
"repository": "https://github.com/smartcontractkit/chainlink-deployments-framework"

pnpm-lock.yaml

Lines changed: 15 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)