Skip to content

Commit 77405e0

Browse files
authored
preps 1.0.0 release (#19)
1 parent d6dafcd commit 77405e0

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
3+
updates:
4+
- package-ecosystem: "npm"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
9+
# Dependabot only updates HashiCorp GHAs, external GHAs are managed by internal tooling (tsccr)
10+
- package-ecosystem: "github-actions"
11+
directory: "/"
12+
schedule:
13+
interval: "daily"
14+
allow:
15+
- dependency-name: "hashicorp/*"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hashicorp/github-actions-core",
3-
"version": "0.4.2",
3+
"version": "1.0.0",
44
"description": "A library of functions shared between GitHub Actions.",
55
"main": "./dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)