Skip to content

Commit

Permalink
preps 1.0.0 release (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksatirli committed May 3, 2024
1 parent d6dafcd commit 77405e0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2

updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"

# Dependabot only updates HashiCorp GHAs, external GHAs are managed by internal tooling (tsccr)
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
allow:
- dependency-name: "hashicorp/*"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashicorp/github-actions-core",
"version": "0.4.2",
"version": "1.0.0",
"description": "A library of functions shared between GitHub Actions.",
"main": "./dist/index.js",
"scripts": {
Expand Down

0 comments on commit 77405e0

Please sign in to comment.