[READ-ONLY] Mirror of https://github.com/danielroe/siroc. Zero-config build tooling for Node
bundle node package rollup typescript
0

Configure Feed

Select the types of activity you want to include in your feed.

ci: use renovate instead of dependabot

Daniel Roe (Nov 9, 2020, 3:55 PM UTC) 0b54258c 6fd8afd4

+27 -11
+27
renovate.json
··· 1 + { 2 + "extends": [ 3 + "config:base", 4 + "packages:linters", 5 + ":labels(dependencies,devops)", 6 + ":pinAllExceptPeerDependencies", 7 + ":maintainLockFilesWeekly", 8 + ":enableVulnerabilityAlerts", 9 + ":automergeLinters", 10 + ":automergeTypes", 11 + ":semanticCommitTypeAll(chore)", 12 + ":automergePatch" 13 + ], 14 + "rebaseStalePrs": true, 15 + "prCreation": "not-pending", 16 + "rangeStrategy": "bump", 17 + "npm": { 18 + "commitMessageTopic": "{{prettyDepType}} {{depName}}" 19 + }, 20 + "packageRules": [ 21 + { 22 + "packagePatterns": ["lint"], 23 + "groupName": "all lint dependencies", 24 + "groupSlug": "all-lint" 25 + } 26 + ] 27 + }
-11
.github/dependabot.yml
··· 1 - # To get started with Dependabot version updates, you'll need to specify which 2 - # package ecosystems to update and where the package manifests are located. 3 - # Please see the documentation for all configuration options: 4 - # https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates 5 - 6 - version: 2 7 - updates: 8 - - package-ecosystem: "npm" # See documentation for possible values 9 - directory: "/" # Location of package manifests 10 - schedule: 11 - interval: "daily"