Skip to content

Commit

Permalink
Switch to Renovate (#298)
Browse files Browse the repository at this point in the history
* Add renovate.json

* Activate automatic pre-commit updates

* Fix linting error

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Florian Frantzen <florian.frantzen@rwth-aachen.de>
  • Loading branch information
renovate[bot] and ffl096 authored Dec 10, 2024
1 parent 80275bb commit 9497ade
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 17 deletions.
10 changes: 0 additions & 10 deletions .github/dependabot.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
changelog:
exclude:
authors:
- dependabot
- renovate
9 changes: 9 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"pre-commit": {
"enabled": true
}
}
12 changes: 6 additions & 6 deletions topomodelx/nn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
)

__all__ = [
"LiftLayer",
"MultiHeadLiftLayer",
"PoolLayer",
"MultiHeadCellAttention",
"MultiHeadCellAttention_v2",
"CANLayer",
"CCXNLayer",
"CWNLayer",
"LiftLayer",
"MultiHeadCellAttention",
"MultiHeadCellAttention_v2",
"MultiHeadLiftLayer",
"PoolLayer",
"_CWNDefaultAggregate",
"_CWNDefaultFirstConv",
"_CWNDefaultSecondConv",
"_CWNDefaultAggregate",
"_CWNDefaultUpdate",
]

0 comments on commit 9497ade

Please sign in to comment.