Skip to content

Commit

Permalink
Configure Renovate (#71)
Browse files Browse the repository at this point in the history
* Add renovate.json

* make develop the base branch for renovate

Signed-off-by: Ian Cardoso <ian.cardoso@zup.com.br>

* Update horusec-config.json

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Ian Cardoso <ian.cardoso@zup.com.br>
Co-authored-by: Wilian Gabriel <63816070+wiliansilvazup@users.noreply.github.com>
  • Loading branch information
4 people authored Aug 30, 2021
1 parent 860e60f commit 5aa49a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 20 deletions.
20 changes: 0 additions & 20 deletions horusec-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,5 @@
"**/*_mock.go"
],
"horusecCliFalsePositiveHashes": [
"845568e867ff683f105696af504600fa388337999153a0008ef52310cf4e47e4",
"d27c6d5c5cf52ac06230dfbb64d478347fdf519a4bffd0dacc5f13615fecdb58",
"77171bf171155ece644b90ed5642605d2a65a2e538efc9ca0a1ed2e00ccd66eb",
"1456a86372dd8793604942c675a25be8f0d2a2122b61b5ad78810115c394abf9",
"5bf85178b581e1fe688646df2ba8727a7842104b5cc8ab7df2cb4c3adf771672",
"7e8b75a209aab6a530cc312321cafaa72bb61052042305992a30f45321ef3d88",
"923dfdf4c4e8afa5724a9be2457b8bc4ede81e99c6ca02c36e31d55e0c27c87f",
"7682e5f69b183be19f8ec4e55549fb58c6e512b161898fb1edd16865a189f777",
"19f896c1ed2de0ce6d335a10b852325d266f154a234a51ed879b6e7e37a3edf2",
"4a772afe9fa2edecba75c4c6ddff385662d137b42dcacb46a78ba327bf8d90a0",
"b9f0d3772a885673b4a968d21eb9c350d25aae332b7c1a9bf113b5af24704ff9",
"e8c6a9744859f048a44a4eb160ce0e22df524507a288cfbfcbfcdc26d2533c63",
"50b662651c0b34f772a98f4bf41b3f6c123f3d7b5e50170053e6a9ac5d0d2a7b",
"38c935215a29a19d65d97e1943f63762fe8ea682a481f33f587cc6ee7626267e",
"8f3348814167ed34ddb4dd573fc35af7527e9257addb70a990d7134f3c423bd0",
"fa2e366d481d69593dab33f9ed7db67fef1138e4c6334fbc6b8cc7989e2bd0d5",
"3d17ac123ab232ecaa181966a6e6ceab1bb6cfb5efd74eb93f2a95741b8f8a9d",
"015851b1f7d4162c91c2d7a7b0e43da005cd7a88521560f222d7d363091c41f3",
"e113b58bfe734133c536062e58f25e8bff90fd2c75ed7d2c3330aeaf0fa8a91f",
"a3f245477ee63be41fc150b5fd1624bdfeec5456a1b0d389fadfff9040c81919"
]
}
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"baseBranches": ["develop"],
"extends": [
"config:base"
]
}

0 comments on commit 5aa49a1

Please sign in to comment.