Skip to content

Commit

Permalink
fix: add dependabot and disable renovate features (#2789)
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
  • Loading branch information
AustinAbro321 committed Jul 31, 2024
1 parent 6c5e914 commit 347a094
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 39 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2
updates:
- package-ecosystem: gomod
directory: /
schedule:
interval: daily
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
- package-ecosystem: npm
directory: /
schedule:
interval: daily
- package-ecosystem: cargo
directory: /
schedule:
interval: daily
41 changes: 2 additions & 39 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,41 +3,14 @@
"config:base",
"group:allNonMajor"
],
"ignoreDeps": [
"sigs.k8s.io/kustomize/kyaml"
],
"ignorePaths": [
"**/node_modules/**",
"**/bower_components/**",
"**/vendor/**",
"**/__tests__/**",
"**/test/**",
"**/tests/**",
"**/__fixtures__/**"
],
"packageRules": [
{
"matchUpdateTypes": [
"patch",
"pin",
"digest"
],
"automerge": true,
"automergeType": "pr"
},
{
"matchDepTypes": [
"devDependencies"
],
"automerge": true,
"automergeType": "pr"
"matchManagers": ["gomod","npm","github-actions", "cargo"],
"enabled": false
}
],
"platformAutomerge": true,
"platformCommit": true,
"postUpdateOptions": [
"gomodTidy"
],
"regexManagers": [
{
"fileMatch": [
Expand Down Expand Up @@ -82,16 +55,6 @@
"https:\\/\\/github.com\\/(?<depName>[\\w\\/\\-\\.\\+\\%]+?)\\/releases\\/download\\/(?<currentValue>[\\w\\/\\-\\.\\+\\%]+?)\\/"
],
"datasourceTemplate": "github-releases"
},
{
"fileMatch": [
"\\.*\\.ya?ml$"
],
"matchStrings": [
"# renovate: datasource=github-tags depName=anchore/grype versioning=semver\n\\s*VERSION: (?<currentValue>v[\\d.]+)"
],
"datasourceTemplate": "github-tags",
"depNameTemplate": "anchore/grype"
}
]
}

0 comments on commit 347a094

Please sign in to comment.