Skip to content

Commit

Permalink
Merge pull request #30 from TBD54566975/update-renovate-rules
Browse files Browse the repository at this point in the history
chore: update renovate file to ingore android updates
  • Loading branch information
wesbillman authored Jan 11, 2024
2 parents 51f8a10 + dc7f59f commit fa0401b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
6 changes: 0 additions & 6 deletions renovate.json

This file was deleted.

16 changes: 16 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: [
"config:recommended",
":semanticCommits",
":semanticCommitTypeAll(chore)",
":semanticCommitScope(deps)",
"group:allNonMajor",
"schedule:earlyMondays", // Run once a week.
],
ignorePaths: [
"packages/web5_flutter/android/build.gradle",
"packages/web5_flutter/example/android/**"
],
packageRules: [],
}

0 comments on commit fa0401b

Please sign in to comment.