We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6dafcd commit 77405e0Copy full SHA for 77405e0
.github/dependabot.yml
@@ -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
12
13
+ interval: "daily"
14
+ allow:
15
+ - dependency-name: "hashicorp/*"
package.json
@@ -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": {
0 commit comments