Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🤖 renovate: Automerge non-major updates #612

Merged
merged 3 commits into from
Feb 19, 2024

Conversation

zeenix
Copy link
Contributor

@zeenix zeenix commented Feb 19, 2024

It gets a bit tiring to do this manually for all updates.

@zeenix zeenix enabled auto-merge February 19, 2024 12:29
@zeenix zeenix disabled auto-merge February 19, 2024 12:30
Zeeshan Ali Khan and others added 2 commits February 19, 2024 13:49
Renovate defaults to `behind-base-branch` strategy if automerge is
enabled (which we do now for non-major update). We don't need
unnecessary rebasing when there are no conflicts.
Otherwise clippy complains about it:

```rust
 error: the item `syn` is imported redundantly
  --> zvariant_derive/src/lib.rs:14:11
   |
14 | use syn::{self, DeriveInput};
   |           ^^^^ the item `syn` is already defined here
   |
   = note: `-D unused-imports` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(unused_imports)]`

error: the item `syn` is imported redundantly
 --> zvariant_derive/src/type.rs:4:5
  |
4 |     self, spanned::Spanned, Attribute, Data, DataEnum, DeriveInput, Error, Fields, Generics, Ident,
  |     ^^^^ the item `syn` is already defined here

error: the item `syn` is imported redundantly
 --> zvariant_derive/src/value.rs:4:5
  |
4 |     self, spanned::Spanned, Attribute, Data, DataEnum, DeriveInput, Error, Expr, Fields, Generics,
  |     ^^^^ the item `syn` is already defined here

   Compiling aho-corasick v1.1.2
   Compiling memoffset v0.9.0
    Checking utf8parse v0.2.1
error: could not compile `zvariant_derive` (lib) due to 3 previous errors
warning: build failed, waiting for other jobs to finish...
Error: Process completed with exit code 101.
```
@zeenix zeenix enabled auto-merge February 19, 2024 12:53
@zeenix zeenix merged commit 8e4546e into dbus2:main Feb 19, 2024
7 checks passed
@zeenix zeenix deleted the renovate-updates branch February 19, 2024 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant