Skip to content

Commit

Permalink
Merge pull request #83 from Azure-Terraform/enable-dependabot
Browse files Browse the repository at this point in the history
Enable dependabot
  • Loading branch information
antrikshpalaccuity authored Feb 12, 2025
2 parents 55ab5aa + 62563a5 commit 28797fc
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
version: 2
registries:
github:
type: git
url: https://github.com
username: x-access-token
password: ${{ secrets.REPO_TOKEN }}

updates:
- package-ecosystem: github-actions
registries: "*"
directory: /
groups:
github-actions:
patterns:
- "*"
update-types:
- minor
- patch
commit-message:
prefix: deps
schedule:
interval: daily

- package-ecosystem: terraform
registries: "*"
directory: /
groups:
terraform:
patterns:
- "*"
update-types:
- minor
- patch
commit-message:
prefix: deps
schedule:
interval: daily

- package-ecosystem: docker
directory: /templates
commit-message:
prefix: deps
schedule:
interval: daily

0 comments on commit 28797fc

Please sign in to comment.