diff options
| -rw-r--r-- | .github/dependabot.yml | 9 | ||||
| -rw-r--r-- | .renovaterc | 4 | 
2 files changed, 5 insertions, 8 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e710d1b..782a0ad 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,8 @@ updates:    - package-ecosystem: "npm"      directory: "/"      schedule: -      interval: "daily" -    allow: -      - dependency-type: "direct" -    security-updates: true +      interval: "weekly" +  - package-ecosystem: "github-actions" +    directory: "/" +    schedule: +      interval: "weekly" diff --git a/.renovaterc b/.renovaterc index 78baa4b..2406fe2 100644 --- a/.renovaterc +++ b/.renovaterc @@ -7,10 +7,6 @@        "groupSlug": "all-digest",        "matchPackagePatterns": ["*"],        "matchUpdateTypes": ["minor", "patch", "pin", "digest"] -    }, -    { -      "matchUpdateTypes": ["security"], -      "enabled": false      }    ]  }  | 
