Skip to content

Commit 66cc175

Browse files
author
Rob Lazzurs
committed
chore(ci): Add Dependabot config for GitHub Actions and update
pre-commit hooks
1 parent 0bc1602 commit 66cc175

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
version: 2
22
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
open-pull-requests-limit: 5
8+
rebase-strategy: "auto"
9+
labels:
10+
- "deps"
11+
- "dependabot"
12+
commit-message:
13+
prefix: "chore(deps)"
14+
include: "scope"
15+
316
- package-ecosystem: "terraform"
417
directory: "/gcp"
518
schedule:

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # v5.0.0
3+
rev: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # v6.0.0
44
hooks:
55
- id: end-of-file-fixer
66
- id: trailing-whitespace
77
- id: check-case-conflict
88
- id: check-merge-conflict
99
- id: detect-private-key
1010
- repo: https://github.com/antonbabenko/pre-commit-terraform
11-
rev: 2f8bda194a420ad77a050a9de627d77a74841fdc # v1.99.4
11+
rev: d0e12caebb2ab0ee8bf98181c8bfe9702bca103d # v1.105.0
1212
hooks:
1313
- id: terraform_fmt
1414
- id: terraform_validate

0 commit comments

Comments
 (0)