mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-21 18:10:30 -04:00
28 lines
618 B
YAML
28 lines
618 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: gomod
|
|
directory: /
|
|
schedule:
|
|
interval: daily
|
|
labels:
|
|
- dependencies
|
|
- go
|
|
- security
|
|
# Disable regular version updates and only use Dependabot for security updates
|
|
open-pull-requests-limit: 0
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
schedule:
|
|
interval: monthly
|
|
labels:
|
|
- dependencies
|
|
- build
|
|
- security
|
|
groups:
|
|
github-actions-breaking:
|
|
update-types:
|
|
- major
|
|
github-actions-backward-compatible:
|
|
update-types:
|
|
- minor
|
|
- patch
|