Skip to content

Commit

Permalink
Merge pull request #173 from paketo-buildpacks/turn-off-dependabot-fo…
Browse files Browse the repository at this point in the history
…r-gha

Turns off dependabot upgrades of github actions
  • Loading branch information
ekcasey authored Feb 8, 2021
2 parents e55a0a5 + 5a4d9c2 commit aefbe49
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions octo/dependabot.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,6 @@ import (
func ContributeDependabot(descriptor Descriptor) (Contribution, error) {
d := dependabot.Dependabot{
Version: dependabot.Version,
Updates: []dependabot.Update{
{
PackageEcosystem: dependabot.GitHubActionsPackageEcosystem,
Directory: "/",
Schedule: dependabot.Schedule{Interval: dependabot.DailyInterval},
Labels: []string{"semver:patch", "type:dependency-upgrade"},
},
},
}

file := filepath.Join(descriptor.Path, "go.mod")
Expand Down

0 comments on commit aefbe49

Please sign in to comment.