• Mark Otto's avatar
    Refine containers and navbars · f9a47e3a
    Mark Otto authored
    * Don't reset width on .container, .navbar-* .container, etc
    * Instead, use max-width to ensure proper styling for all navbars
    f9a47e3a
dependabot.yml 510 bytes
version: 2
updates:
  - package-ecosystem: npm
    directory: "/"
    schedule:
      interval: weekly
      day: tuesday
      time: "12:00"
      timezone: Europe/Athens
    open-pull-requests-limit: 10
    reviewers:
      - XhmikosR
    labels:
      - dependencies
      - v5
    versioning-strategy: increase
    rebase-strategy: disabled
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: weekly
      day: tuesday
      time: "12:00"
      timezone: Europe/Athens