Skip to content

Commit

Permalink
add dependabot, disable renovate features
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Abro <[email protected]>
  • Loading branch information
AustinAbro321 committed Jul 31, 2024
1 parent 1b95916 commit a8b4977
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 29 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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
31 changes: 2 additions & 29 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": ["*"],
"enabled": false
}
],
"platformAutomerge": true,
"platformCommit": true,
"postUpdateOptions": [
"gomodTidy"
],
"regexManagers": [
{
"fileMatch": [
Expand Down

0 comments on commit a8b4977

Please sign in to comment.