Skip to content

Commit

Permalink
ci: enable Dependabot version updates for actions (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikpivkin authored Oct 11, 2023
1 parent f70819d commit 830e467
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
# Maintain dependencies for go-modules
Expand All @@ -13,3 +8,7 @@ updates:
ignore:
- dependency-name: "github.com/zclconf/go-cty"
versions: ["1.x"]
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: "monthly"

0 comments on commit 830e467

Please sign in to comment.